First implementation

This commit is contained in:
Yury Shuvakin
2025-07-02 18:00:35 +09:00
commit 6cf2010c08
107 changed files with 10803 additions and 0 deletions

13
Qml/qml.qrc Normal file
View File

@@ -0,0 +1,13 @@
<RCC>
<qresource prefix="/">
<file>Main.qml</file>
<file>Battery.qml</file>
<file>Controls/Label.qml</file>
<file>Controls/qmldir</file>
<file>Controls/TextField.qml</file>
<file>Palette/Palette.qml</file>
<file>Palette/qmldir</file>
<file>Controls/Button.qml</file>
<file>Controls/ColoredLabel.qml</file>
</qresource>
</RCC>