diff options
author | jan Iversen <jan@casacondor.com> | 2019-02-11 18:53:06 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-12-26 10:18:10 -0800 |
commit | f44fa1aa278463aa88910b50e846332fc7a833e1 (patch) | |
tree | 3b47d95f56c763969400c3f28ed886c07c16f994 /mobile-widgets/qml/mobile-resources.qrc | |
parent | 43b813d58e4a06c359b6c7a5838d50c9bd50b9f2 (diff) | |
download | subsurface-f44fa1aa278463aa88910b50e846332fc7a833e1.tar.gz |
mobile-widgets/qml: add TemplateCheckBox
standard font-size as well as color are set
in the template (but can be overwritten in
the object)
Using TemplateCheckBox allows central change of how
labels are presented in the UI.
Signed-off-by: Jan Iversen <jani@apache.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/mobile-resources.qrc')
-rw-r--r-- | mobile-widgets/qml/mobile-resources.qrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qml/mobile-resources.qrc b/mobile-widgets/qml/mobile-resources.qrc index ad1d26a3c..60760c0ae 100644 --- a/mobile-widgets/qml/mobile-resources.qrc +++ b/mobile-widgets/qml/mobile-resources.qrc @@ -1,6 +1,7 @@ <RCC> <qresource prefix="/qml"> <!-- ********** Templates ********** --> + <file>TemplateCheckBox.qml</file> <file>TemplateLabel.qml</file> <file>TemplateRadioButton.qml</file> <file>TemplateSection.qml</file> |