Cura/resources/qml/Preferences/Materials
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
..
MaterialsBrandSection.qml Replace usage of controls label with our custom label 2021-11-10 16:37:26 +01:00
MaterialsDetailsPanel.qml Revert "Cura 7813 qml modules version bump" 2021-03-30 09:48:28 +02:00
MaterialsList.qml Remove unneded styles import 2022-01-04 09:48:02 +01:00
MaterialsPage.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
MaterialsSlot.qml Update materials slot preference menu to QtControls 2 2022-01-24 23:34:38 +01:00
MaterialsSyncDialog.qml Use new ScrollBar for material sync dialogue 2022-01-18 19:10:06 +01:00
MaterialsTypeSection.qml Replace usage of controls label with our custom label 2021-11-10 16:37:26 +01:00
MaterialsView.qml Make SpinBox a reusable component 2022-02-07 19:59:57 +01:00