Working on volume
This commit is contained in:
parent
9e0bb64d07
commit
5fd3c4a53e
6 changed files with 515 additions and 7 deletions
|
|
@ -38,6 +38,7 @@ Variants {
|
|||
layer.enabled: true
|
||||
}
|
||||
|
||||
// Left
|
||||
Row {
|
||||
id: leftSection
|
||||
|
||||
|
|
@ -53,6 +54,7 @@ Variants {
|
|||
}
|
||||
}
|
||||
|
||||
// Center
|
||||
Row {
|
||||
id: centerSection
|
||||
|
||||
|
|
@ -64,6 +66,7 @@ Variants {
|
|||
Workspace {}
|
||||
}
|
||||
|
||||
// Right
|
||||
Row {
|
||||
id: rightSection
|
||||
|
||||
|
|
@ -77,6 +80,10 @@ Variants {
|
|||
anchors.verticalCenter: parent.verticalCenter
|
||||
}
|
||||
|
||||
Volume {
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
}
|
||||
|
||||
Clock {
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue