File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -253,6 +253,7 @@ Item {
253
253
id: content
254
254
anchors .fill : parent
255
255
clip: true
256
+ spacing: form .style .group .spacing
256
257
section .property : " Group"
257
258
section .labelPositioning : ViewSection .CurrentLabelAtStart | ViewSection .InlineLabels
258
259
section .delegate : Component {
@@ -265,7 +266,9 @@ Item {
265
266
Text {
266
267
anchors { horizontalCenter: parent .horizontalCenter ; verticalCenter: parent .verticalCenter }
267
268
font .bold : true
269
+ font .pixelSize : form .style .group .fontPixelSize
268
270
text: section
271
+ color: form .style .group .fontColor
269
272
}
270
273
}
271
274
}
Original file line number Diff line number Diff line change @@ -23,7 +23,10 @@ QtObject {
23
23
24
24
property QtObject group: QtObject {
25
25
property color backgroundColor: " lightGray"
26
- property real height: 30 * QgsQuick .Utils .dp
26
+ property real height: 64 * QgsQuick .Utils .dp
27
+ property color fontColor: " black"
28
+ property int spacing: 10 * QgsQuick .Utils .dp
29
+ property int fontPixelSize: 24 * QgsQuick .Utils .dp
27
30
}
28
31
29
32
property QtObject tabs: QtObject {
You can’t perform that action at this time.
0 commit comments