From 9a60deb26c6db9dec64b4814fb75ac39f04c5b27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Wed, 12 Apr 2023 22:49:29 +0800 Subject: Heading attached property is used instead of Hx --- Label/H1.ui.qml | 6 ------ Label/H2.ui.qml | 6 ------ Label/H3.ui.qml | 6 ------ Label/H4.ui.qml | 6 ------ Label/H5.ui.qml | 6 ------ 5 files changed, 30 deletions(-) delete mode 100644 Label/H1.ui.qml delete mode 100644 Label/H2.ui.qml delete mode 100644 Label/H3.ui.qml delete mode 100644 Label/H4.ui.qml delete mode 100644 Label/H5.ui.qml (limited to 'Label') diff --git a/Label/H1.ui.qml b/Label/H1.ui.qml deleted file mode 100644 index 3fde189..0000000 --- a/Label/H1.ui.qml +++ /dev/null @@ -1,6 +0,0 @@ -import QtQuick 2.15 -import QtQuick.Controls 2.15 - -H6 { - font.pointSize: 22.5 + .01875 * parent.width -} diff --git a/Label/H2.ui.qml b/Label/H2.ui.qml deleted file mode 100644 index 99451d3..0000000 --- a/Label/H2.ui.qml +++ /dev/null @@ -1,6 +0,0 @@ -import QtQuick 2.15 -import QtQuick.Controls 2.15 - -H6 { - font.pointSize: 21.75 + .013125 * parent.width -} diff --git a/Label/H3.ui.qml b/Label/H3.ui.qml deleted file mode 100644 index 1edd590..0000000 --- a/Label/H3.ui.qml +++ /dev/null @@ -1,6 +0,0 @@ -import QtQuick 2.15 -import QtQuick.Controls 2.15 - -H6 { - font.pointSize: 21 + .0075 * parent.width -} diff --git a/Label/H4.ui.qml b/Label/H4.ui.qml deleted file mode 100644 index 39dc0ca..0000000 --- a/Label/H4.ui.qml +++ /dev/null @@ -1,6 +0,0 @@ -import QtQuick 2.15 -import QtQuick.Controls 2.15 - -H6 { - font.pointSize: 20.625 + .0046875 * parent.width -} diff --git a/Label/H5.ui.qml b/Label/H5.ui.qml deleted file mode 100644 index 24c5abe..0000000 --- a/Label/H5.ui.qml +++ /dev/null @@ -1,6 +0,0 @@ -import QtQuick 2.15 -import QtQuick.Controls 2.15 - -H6 { - font.pointSize: 20.1 + .00075 * parent.width -} -- cgit v1.2.3