Cura/plugins/Toolbox/resources/qml/components
Kostas Karmas 189d00c3ed Fix toolbox not initializing due to enabledChanged signal
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().
2021-03-30 09:02:56 +02:00
..
ToolboxActionButtonStyle.qml Organize Toolbox (marketplace) qml files according to type 2019-11-04 17:35:24 +01:00
ToolboxBackColumn.qml Apply different filtering per category when pressing Back 2020-08-11 11:32:53 +02:00
ToolboxCompatibilityChart.qml Open links in materials with custom openUrl 2020-03-24 16:36:09 +01:00
ToolboxDetailList.qml Organize Toolbox (marketplace) qml files according to type 2019-11-04 17:35:24 +01:00
ToolboxDetailTile.qml Organize Toolbox (marketplace) qml files according to type 2019-11-04 17:35:24 +01:00
ToolboxDetailTileActions.qml Fix QML warnings due to depricated on<signal> calls in Connections 2021-03-30 09:02:48 +02:00
ToolboxDownloadsGrid.qml Organize Toolbox (marketplace) qml files according to type 2019-11-04 17:35:24 +01:00
ToolboxDownloadsGridTile.qml Remove rating packages/materials. 2020-07-22 12:51:20 +02:00
ToolboxDownloadsShowcase.qml Update Toolbox labels to be aligned with the Digital Factory 2020-07-27 11:58:55 +02:00
ToolboxDownloadsShowcaseTile.qml Remove rating packages/materials. 2020-07-22 12:51:20 +02:00
ToolboxFooter.qml Revert "Wrap the restart prompt text in Marketplace" 2020-03-31 11:32:34 +02:00
ToolboxHeader.qml Give web marketplace button a hover colour 2020-01-28 14:47:00 +01:00
ToolboxInstalledTile.qml Fix toolbox not initializing due to enabledChanged signal 2021-03-30 09:02:56 +02:00
ToolboxInstalledTileActions.qml Fix QML warnings due to depricated on<signal> calls in Connections 2021-03-30 09:02:48 +02:00
ToolboxProgressButton.qml Organize Toolbox (marketplace) qml files according to type 2019-11-04 17:35:24 +01:00
ToolboxShadow.qml Organize Toolbox (marketplace) qml files according to type 2019-11-04 17:35:24 +01:00
ToolboxTabButton.qml Organize Toolbox (marketplace) qml files according to type 2019-11-04 17:35:24 +01:00