diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-23 10:38:54 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-23 10:38:54 +0800 |
commit | d18f2df2d631606a30922148b019b5cef1764f6d (patch) | |
tree | bb6e21efd26ccf860dfb149824e069d852961ec0 /Label/H5.ui.qml | |
parent | 9a8c9b16fddd96ec2705f64d7023aedcde71d6e5 (diff) |
Each header has its own QML
Diffstat (limited to 'Label/H5.ui.qml')
-rw-r--r-- | Label/H5.ui.qml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Label/H5.ui.qml b/Label/H5.ui.qml new file mode 100644 index 0000000..59bc98f --- /dev/null +++ b/Label/H5.ui.qml @@ -0,0 +1,7 @@ +import QtQuick 2.15 +import QtQuick.Controls 2.15 +import ".." + +H6 { + font.pointSize: 20.1 + .00075 * parent.width +} |