Cura/resources/qml/Preferences
casper 1746e24dd9 Make SpinBox a reusable component
Forgot to update Readonly `SpinBox`es to Qt 2 when implementing Cura
8684. As the spinbox is used in various places with the same
functionality it made sense to create a reusable component.

There is still a feature gap in the implementation; The `SpinBox`es
from QtControls 2.x value is defined as an integer. For some use-cases
we do require a fractional value in the `SpinBox`. The only two places
where this is required are the `material_diameter` and
`material_density` fields in the material prefference page.

Cura 8684
2022-02-07 19:59:57 +01:00
..
Materials Make SpinBox a reusable component 2022-02-07 19:59:57 +01:00
GeneralPage.qml Merge branch 'replace_controls_1_for_controls_2' into CURA-8684_QtControls_replacement_Buttons,_Actions_&_'Exclusivity' 2022-01-31 16:53:45 +01:00
MachinesPage.qml Update resources/qml/Preferences/MachinesPage.qml 2022-01-25 22:38:02 +01:00
ProfilesPage.qml Fix remaining merge conflicts 2022-01-31 17:08:56 +01:00
ReadOnlyTextArea.qml Revert "Cura 7813 qml modules version bump" 2021-03-30 09:48:28 +02:00
ReadOnlyTextField.qml Revert "Cura 7813 qml modules version bump" 2021-03-30 09:48:28 +02:00
SettingVisibilityPage.qml Replace old ScrollView with new ListView 2022-01-18 18:43:27 +01:00