Added project implementation

This commit is contained in:
Yury Shuvakin
2024-01-22 18:30:04 +09:00
parent 4ef6c3fcb5
commit ccd48df127
35 changed files with 1519 additions and 0 deletions

8
qml/Controls/qmldir Normal file
View File

@@ -0,0 +1,8 @@
module Controls
TextField 1.0 TextField.qml
IndicatorTextField 1.0 IndicatorTextField.qml
DescriptionTextField 1.0 DescriptionTextField.qml
Label 1.0 Label.qml
GroupBox 1.0 GroupBox.qml
Switch 1.0 Switch.qml
TristateSwitch 1.0 TristateSwitch.qml