From decd806617971b08256fe8d64b0401be11d79c28 Mon Sep 17 00:00:00 2001 From: ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ 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.3