window switcher start

This commit is contained in:
Zacharias-Brohn
2026-01-27 14:16:23 +01:00
parent b41b8467bf
commit 159920eb99
14 changed files with 232 additions and 767 deletions
+3 -1
View File
@@ -13,6 +13,7 @@ Row {
required property PanelWindow bar
required property Wrapper popouts
required property RowLayout loader
readonly property alias items: repeater
spacing: 0
@@ -26,8 +27,9 @@ Row {
required property int index
ind: index
popouts: root.popouts
loader: root.loader
implicitHeight: 34
implicitWidth: 28
implicitWidth: 34
item: modelData
bar: root.bar
}