From decd806617971b08256fe8d64b0401be11d79c28 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, 22 Mar 2023 11:43:55 +0800 Subject: hx & body labels, & its use in course detail --- Label/Body.ui.qml | 12 ++++++++++++ Label/Hx.ui.qml | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 Label/Body.ui.qml create mode 100644 Label/Hx.ui.qml (limited to 'Label') diff --git a/Label/Body.ui.qml b/Label/Body.ui.qml new file mode 100644 index 0000000..76d0bbe --- /dev/null +++ b/Label/Body.ui.qml @@ -0,0 +1,12 @@ +import QtQuick 2.15 +import QtQuick.Controls 2.15 +import Bootstrap 5.3 + +Label { + wrapMode: Label.Wrap + font { + family: Bootstrap.bodyFont.family + weight: Bootstrap.bodyFont.weight + pointSize: Bootstrap.bodyFont.pointSize + } +} 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 + } +} -- cgit v1.2.3