Move project files to repo root

This commit is contained in:
Dark Steveneq
2025-10-11 19:22:51 +02:00
parent 557938bb0d
commit c82b457ccc
45 changed files with 89 additions and 3149 deletions

10
QYRComponents/Label.qml Normal file
View File

@@ -0,0 +1,10 @@
import QtQuick 6.8
import QtQuick.Controls 6.8 as QC
import QtQuick.Controls.Basic as QC
QC.Label {
property string heading: "base"
font.family: Colors.fontFamily
font.pixelSize: Colors.fontSize[heading]
}