From cb83d1c3beb65e97fe754a2f101d679a03b71460 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: Fri, 7 Apr 2023 19:10:34 +0800 Subject: Label & body colour --- Label.qml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Label.qml (limited to 'Label.qml') diff --git a/Label.qml b/Label.qml new file mode 100644 index 0000000..593ded0 --- /dev/null +++ b/Label.qml @@ -0,0 +1,9 @@ +import QtQuick 2.15 +import QtQuick.Templates 2.15 +import Bootstrap 5.3 + +Label { + id: control + color: Bootstrap.bodyColor + linkColor: control.palette.link +} -- cgit v1.2.3