Move project files to repo root
This commit is contained in:
10
QYRComponents/Label.qml
Normal file
10
QYRComponents/Label.qml
Normal 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]
|
||||
}
|
||||
Reference in New Issue
Block a user