First implementation

This commit is contained in:
Yury Shuvakin
2024-07-03 19:11:29 +09:00
parent 25a3a8ac11
commit d708fc3499
153 changed files with 17687 additions and 0 deletions

18
qml/qml.qrc Normal file
View File

@@ -0,0 +1,18 @@
<RCC>
<qresource prefix="/">
<file>main.qml</file>
<file>Controls/PrimaryLabel.qml</file>
<file>Controls/SecondaryLabel.qml</file>
<file>Controls/PrimaryButton.qml</file>
<file>Controls/SecondaryButton.qml</file>
<file>Controls/TextField.qml</file>
<file>Controls/IndicatorLabel.qml</file>
<file>Controls/Indicator.qml</file>
<file>Controls/Separator.qml</file>
<file>Utils/Palette.qml</file>
<file>Utils/Ui.qml</file>
<file>Controls/qmldir</file>
<file>Utils/qmldir</file>
<file>Controls/ColoredLabel.qml</file>
</qresource>
</RCC>