diff options
Diffstat (limited to 'Label.qml')
-rw-r--r-- | Label.qml | 9 |
1 files changed, 9 insertions, 0 deletions
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 +} |