Cura/resources/qml/MachineSettings
fieldOfView 0313b29dcf Fix validator for floats in Machine Settings dialog
The DoubleValidator depends on the system locale, requiring users with certain locales to enter floats with a comma instead of a dot (though confusingly floats are always represented with a decimal a dot). Instead of configuring the DoubleValidator with a locale that only accepts decimal dots, this commit uses a RegExpValidator, like other numeric fields in Cura does.
2020-12-07 16:04:21 +01:00
..
ComboBoxWithOptions.qml Fix QML errors due to property providers not being initialised yet 2020-03-20 16:58:18 +01: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 errors due to property providers not being initialised yet 2020-03-20 16:58:18 +01:00
SimpleCheckBox.qml Fix QML errors due to property providers not being initialised yet 2020-03-20 16:58:18 +01:00