mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
The Connections in qml is a QObject and it has an enabledChanged signal by default. Therefore, we cannot really use the Connections to connect to the enabledChanged signal of e.g. a python class, because qml complains that there is already a function named enabledChanged() in the Connections. To circumvent that, we can simply rename the enabledChanged() signal of the Toolbox to toolboxEnabledChanged(). |
||
|---|---|---|
| .. | ||
| ToolboxActionButtonStyle.qml | ||
| ToolboxBackColumn.qml | ||
| ToolboxCompatibilityChart.qml | ||
| ToolboxDetailList.qml | ||
| ToolboxDetailTile.qml | ||
| ToolboxDetailTileActions.qml | ||
| ToolboxDownloadsGrid.qml | ||
| ToolboxDownloadsGridTile.qml | ||
| ToolboxDownloadsShowcase.qml | ||
| ToolboxDownloadsShowcaseTile.qml | ||
| ToolboxFooter.qml | ||
| ToolboxHeader.qml | ||
| ToolboxInstalledTile.qml | ||
| ToolboxInstalledTileActions.qml | ||
| ToolboxProgressButton.qml | ||
| ToolboxShadow.qml | ||
| ToolboxTabButton.qml | ||