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>
This commit is contained in:
jan Iversen 2019-04-18 17:28:45 +02:00 committed by Dirk Hohndel
parent d4a2c5cdee
commit 8468d28a41
2 changed files with 39 additions and 0 deletions

View file

@ -1,5 +1,8 @@
<RCC>
<qresource prefix="/qml">
<!-- ********** Templates ********** -->
<file>TemplateSection.qml</file>
<!-- ********** qml ********** -->
<file>About.qml</file>
<file>CloudCredentials.qml</file>