mobile-widgets/qml: add General section to Settings

ColumnLayout does not work well with TemplateSection,
so change to Column

Add TemplateSection "General Settings"

"General Settings" are open when visiting page first time.

Signed-off-by: jan Iversen <jan@casacondor.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
jan Iversen 2020-01-15 19:08:40 +01:00 committed by Dirk Hohndel
parent 8ee39aa6b6
commit 12631ef2bb

View file

@ -20,8 +20,16 @@ Kirigami.ScrollablePage {
qsTr("Credentials verified"),
qsTr("No cloud mode")]
ColumnLayout {
Column {
width: gridWidth
TemplateSection {
id: sectionGeneral
title: qsTr("General settings")
isExpanded: true
}
GridLayout {
id: cloudSetting
columns: 3