summaryrefslogtreecommitdiff
path: root/Label/Hx.ui.qml
diff options
context:
space:
mode:
Diffstat (limited to 'Label/Hx.ui.qml')
-rw-r--r--Label/Hx.ui.qml12
1 files changed, 12 insertions, 0 deletions
diff --git a/Label/Hx.ui.qml b/Label/Hx.ui.qml
new file mode 100644
index 0000000..5e97303
--- /dev/null
+++ b/Label/Hx.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.hFont.family
+ weight: Eduport.hFont.weight
+ pointSize: Eduport.h6FontSize
+ }
+}