Add Workspace, Overview and Background

This commit is contained in:
Ly-sec 2025-08-10 12:36:40 +02:00
parent 58c8cbbf1d
commit ff6f9c5690
6 changed files with 389 additions and 14 deletions

View file

@ -45,6 +45,7 @@ PanelWindow {
NText {
text: "Left"
anchors.verticalCenter: parent.verticalCenter
}
}
@ -55,9 +56,8 @@ PanelWindow {
anchors.verticalCenter: parent.verticalCenter
spacing: Style.marginMedium * scaling
NText {
text: "Center"
}
Workspace {}
}
Row {
@ -70,10 +70,12 @@ PanelWindow {
NText {
text: "Right"
Layout.alignment: Qt.AlignVCenter
anchors.verticalCenter: parent.verticalCenter
}
Clock {}
Clock {
anchors.verticalCenter: parent.verticalCenter
}
NIconButton {
id: demoPanelToggler