Cura/resources/qml/MachineSettings
Kostas Karmas 7827b36ab7 Fix QML warnings due to depricated on<signal> calls in Connections
As of 5.12, the signals used in connections should not be declared as on<signal>, but as
function on<signal>(arguments).
2021-03-30 09:02:48 +02:00
..
ComboBoxWithOptions.qml Fix QML warnings due to depricated on<signal> calls in Connections 2021-03-30 09:02:48 +02:00
GcodeTextArea.qml Fix QML errors due to property providers not being initialised yet 2020-03-20 16:58:18 +01:00
NumericTextFieldWithUnit.qml Fix validator for floats in Machine Settings dialog 2020-12-07 16:04:21 +01:00
PrintHeadMinMaxTextField.qml Fix QML warnings due to depricated on<signal> calls in Connections 2021-03-30 09:02:48 +02:00
SimpleCheckBox.qml Fix QML errors due to property providers not being initialised yet 2020-03-20 16:58:18 +01:00