summaryrefslogtreecommitdiff
path: root/Label
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
parent9a8c9b16fddd96ec2705f64d7023aedcde71d6e5 (diff)
Each header has its own QML
Diffstat (limited to 'Label')
-rw-r--r--Label/Display6.ui.qml7
-rw-r--r--Label/H1.ui.qml7
-rw-r--r--Label/H2.ui.qml7
-rw-r--r--Label/H3.ui.qml7
-rw-r--r--Label/H4.ui.qml7
-rw-r--r--Label/H5.ui.qml7
-rw-r--r--Label/H6.ui.qml (renamed from Label/Hx.ui.qml)0
7 files changed, 42 insertions, 0 deletions
diff --git a/Label/Display6.ui.qml b/Label/Display6.ui.qml
new file mode 100644
index 0000000..b82734b
--- /dev/null
+++ b/Label/Display6.ui.qml
@@ -0,0 +1,7 @@
+import QtQuick 2.15
+import QtQuick.Controls 2.15
+import ".."
+
+H6 {
+ font.pointSize: 23.6 + .027 * parent.width
+}
diff --git a/Label/H1.ui.qml b/Label/H1.ui.qml
new file mode 100644
index 0000000..675e6b1
--- /dev/null
+++ b/Label/H1.ui.qml
@@ -0,0 +1,7 @@
+import QtQuick 2.15
+import QtQuick.Controls 2.15
+import ".."
+
+H6 {
+ font.pointSize: 22.5 + .01875 * parent.width
+}
diff --git a/Label/H2.ui.qml b/Label/H2.ui.qml
new file mode 100644
index 0000000..a320de6
--- /dev/null
+++ b/Label/H2.ui.qml
@@ -0,0 +1,7 @@
+import QtQuick 2.15
+import QtQuick.Controls 2.15
+import ".."
+
+H6 {
+ font.pointSize: 21.75 + .013125 * parent.width
+}
diff --git a/Label/H3.ui.qml b/Label/H3.ui.qml
new file mode 100644
index 0000000..3f1f09d
--- /dev/null
+++ b/Label/H3.ui.qml
@@ -0,0 +1,7 @@
+import QtQuick 2.15
+import QtQuick.Controls 2.15
+import ".."
+
+H6 {
+ font.pointSize: 21 + .0075 * parent.width
+}
diff --git a/Label/H4.ui.qml b/Label/H4.ui.qml
new file mode 100644
index 0000000..c3c363f
--- /dev/null
+++ b/Label/H4.ui.qml
@@ -0,0 +1,7 @@
+import QtQuick 2.15
+import QtQuick.Controls 2.15
+import ".."
+
+H6 {
+ font.pointSize: 20.625 + .0046875 * parent.width
+}
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
+}
diff --git a/Label/Hx.ui.qml b/Label/H6.ui.qml
index ed008c5..ed008c5 100644
--- a/Label/Hx.ui.qml
+++ b/Label/H6.ui.qml