diff options
author | jan Iversen <jan@casacondor.com> | 2019-04-18 17:28:45 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-12-26 10:18:08 -0800 |
commit | 8468d28a4127e5b79ef948cc42dca4106a36757a (patch) | |
tree | 4be57567ec973c8d0c6474c10a738c5aeb558f54 /mobile-widgets/qml/mobile-resources.qrc | |
parent | d4a2c5cdee92f184994e1559baf6c9c6b531d60b (diff) | |
download | subsurface-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.qrc | 3 |
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> |