mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-29 15:25:02 +08:00

Update all TextFieldWithUnit to use our FloatValidator. This component now has proper styling when the input is invalid. The DoubleValidator was flagging numbers with a "." in them as an incorrect input (I assume this is because the region was set to europe on the OS where "," is common). The workaround is to use our FloatValidator which validates both "." and "," CURA-9793
55 lines
1.9 KiB
Plaintext
55 lines
1.9 KiB
Plaintext
module Cura
|
|
|
|
MachineSelector 1.0 MachineSelector.qml
|
|
MachineSelectorButton 1.0 MachineSelectorButton.qml
|
|
MachineListButton 1.0 MachineListButton.qml
|
|
CustomConfigurationSelector 1.0 CustomConfigurationSelector.qml
|
|
PrintSetupSelector 1.0 PrintSetupSelector.qml
|
|
ProfileOverview 1.6 ProfileOverview.qml
|
|
ActionButton 1.0 ActionButton.qml
|
|
MaterialMenu 1.0 MaterialMenu.qml
|
|
NozzleMenu 1.0 NozzleMenu.qml
|
|
ActionPanelWidget 1.0 ActionPanelWidget.qml
|
|
IconWithText 1.0 IconWithText.qml
|
|
OutputDevicesActionButton 1.0 OutputDevicesActionButton.qml
|
|
ExpandableComponent 1.0 ExpandableComponent.qml
|
|
PrinterTypeLabel 1.0 PrinterTypeLabel.qml
|
|
ViewsSelector 1.0 ViewsSelector.qml
|
|
SettingView 1.0 SettingView.qml
|
|
ProfileMenu 1.0 ProfileMenu.qml
|
|
PrintSelectorCard 1.0 PrintSelectorCard.qml
|
|
|
|
# Cura/WelcomePages
|
|
|
|
WizardPanel 1.0 WizardPanel.qml
|
|
WizardDialog 1.0 WizardDialog.qml
|
|
|
|
|
|
# Cura/Widgets
|
|
|
|
ComboBox 1.0 ComboBox.qml
|
|
NotificationIcon 1.0 NotificationIcon.qml
|
|
RadioButton 1.0 RadioButton.qml
|
|
Scrollable 1.0 Scrollable.qml
|
|
TabButton 1.0 TabButton.qml
|
|
TextField 1.0 TextField.qml
|
|
ScrollView 1.0 ScrollView.qml
|
|
Menu 1.0 Menu.qml
|
|
MenuItem 1.0 MenuItem.qml
|
|
MenuSeparator 1.0 MenuSeparator.qml
|
|
SingleSettingExtruderSelectorBar 1.7 SingleSettingExtruderSelectorBar.qml
|
|
ExtruderButton 1.7 ExtruderButton.qml
|
|
SingleSettingComboBox 1.7 SingleSettingComboBox.qml
|
|
SingleSettingSlider 1.7 SingleSettingSlider.qml
|
|
SingleSettingTextField 1.7 SingleSettingTextField.qml
|
|
|
|
|
|
# Cura/MachineSettings
|
|
|
|
ComboBoxWithOptions 1.0 ComboBoxWithOptions.qml
|
|
GcodeTextArea 1.0 GcodeTextArea.qml
|
|
NumericTextFieldWithUnit 1.0 NumericTextFieldWithUnit.qml
|
|
PrintHeadMinMaxTextField 1.0 PrintHeadMinMaxTextField.qml
|
|
SimpleCheckBox 1.0 SimpleCheckBox.qml
|
|
RenameDialog 1.0 RenameDialog.qml
|