summaryrefslogtreecommitdiff
path: root/Label/H6.ui.qml
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-23 10:38:54 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-23 10:38:54 +0800
commitd18f2df2d631606a30922148b019b5cef1764f6d (patch)
treebb6e21efd26ccf860dfb149824e069d852961ec0 /Label/H6.ui.qml
parent9a8c9b16fddd96ec2705f64d7023aedcde71d6e5 (diff)
Each header has its own QML
Diffstat (limited to 'Label/H6.ui.qml')
-rw-r--r--Label/H6.ui.qml12
1 files changed, 12 insertions, 0 deletions
diff --git a/Label/H6.ui.qml b/Label/H6.ui.qml
new file mode 100644
index 0000000..ed008c5
--- /dev/null
+++ b/Label/H6.ui.qml
@@ -0,0 +1,12 @@
+import QtQuick 2.15
+import QtQuick.Controls 2.15
+import Eduport 1.4
+
+Label {
+ wrapMode: Label.Wrap
+ font {
+ family: Eduport.hxFont.family
+ weight: Eduport.hxFont.weight
+ pointSize: Eduport.h6FontSize
+ }
+}