chore: ColumnLayout for bar
This commit is contained in:
parent
c5838d1d43
commit
28171e3a44
1 changed files with 13 additions and 15 deletions
28
src/Bar.qml
28
src/Bar.qml
|
@ -24,23 +24,21 @@ Scope {
|
||||||
width: 30
|
width: 30
|
||||||
color: "transparent"
|
color: "transparent"
|
||||||
|
|
||||||
// the ClockWidget type we just created
|
ColumnLayout {
|
||||||
// TODO: on click open a calendar view
|
anchors.fill: parent
|
||||||
ClockWidget {
|
|
||||||
id: clock
|
|
||||||
Layout.alignment: Qt.AlignTop
|
|
||||||
}
|
|
||||||
|
|
||||||
AudioOutput {
|
// TODO: on click open a calendar view
|
||||||
id: audio
|
ClockWidget {}
|
||||||
popupAnchor: root
|
|
||||||
anchors.top: clock.bottom
|
|
||||||
Layout.alignment: Qt.AlignTop
|
|
||||||
}
|
|
||||||
|
|
||||||
SysTray {
|
AudioOutput {
|
||||||
anchors.top: audio.bottom
|
popupAnchor: root
|
||||||
Layout.alignment: Qt.AlignTop
|
}
|
||||||
|
|
||||||
|
SysTray {}
|
||||||
|
|
||||||
|
Item {
|
||||||
|
Layout.fillHeight: true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue