Cura/plugins/Toolbox/resources/qml
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
..
components Fix toolbox not initializing due to enabledChanged signal 2021-03-30 09:02:56 +02:00
dialogs Don't use anchors in a Layout context 2020-10-16 15:41:14 +02:00
pages Fix "Fetching Packages" text in the Marketplace in dark mode 2020-08-05 14:12:00 +02:00
Toolbox.qml Fix QML warnings due to depricated on<signal> calls in Connections 2021-03-30 09:02:48 +02:00