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

7
qml/Controls/Label.qml Normal file
View File

@@ -0,0 +1,7 @@
import QtQuick 2.12
Text {
font.family: "Roboto"
font.pixelSize: 24
font.weight: Font.Normal
}