From d18f2df2d631606a30922148b019b5cef1764f6d 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: Thu, 23 Mar 2023 10:38:54 +0800 Subject: Each header has its own QML --- Label/H6.ui.qml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Label/H6.ui.qml (limited to 'Label/H6.ui.qml') 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 + } +} -- cgit v1.2.3