aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/mobile-resources.qrc
diff options
context:
space:
mode:
authorGravatar jan Iversen <jan@casacondor.com>2019-04-18 17:28:45 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-12-26 10:18:08 -0800
commit8468d28a4127e5b79ef948cc42dca4106a36757a (patch)
tree4be57567ec973c8d0c6474c10a738c5aeb558f54 /mobile-widgets/qml/mobile-resources.qrc
parentd4a2c5cdee92f184994e1559baf6c9c6b531d60b (diff)
downloadsubsurface-8468d28a4127e5b79ef948cc42dca4106a36757a.tar.gz
mobile-widgets/qml: add TemplateSection
TempleSection is a clickable rectangle that contains information. It is used to - group information - hide/unhide details And are an important building block in decluttering small screen, while showing all information on bigger screens 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.qrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/mobile-widgets/qml/mobile-resources.qrc b/mobile-widgets/qml/mobile-resources.qrc
index c1c8bb36f..2a42d9f46 100644
--- a/mobile-widgets/qml/mobile-resources.qrc
+++ b/mobile-widgets/qml/mobile-resources.qrc
@@ -1,5 +1,8 @@
<RCC>
<qresource prefix="/qml">
+ <!-- ********** Templates ********** -->
+ <file>TemplateSection.qml</file>
+
<!-- ********** qml ********** -->
<file>About.qml</file>
<file>CloudCredentials.qml</file>