Cura/plugins/Toolbox/src
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
..
CloudSync Catch environment errors removing temporary package files 2021-01-19 14:49:47 +01:00
__init__.py CURA-5035 Renaming 2018-04-04 13:53:09 +02:00
AuthorsModel.py Add extra cast to author model 2020-11-27 10:46:33 +01:00
CloudApiModel.py Process Review feedback for CURA-7438 2020-06-09 13:41:30 +02:00
ConfigsModel.py Convert doxygen to rst for Toolbox, TrimeshReader 2020-05-15 13:53:10 +02:00
PackagesModel.py More remove rating packages/materials. 2020-07-22 13:56:22 +02:00
Toolbox.py Fix toolbox not initializing due to enabledChanged signal 2021-03-30 09:02:56 +02:00