audio module, system stats, fixed activewindow

This commit is contained in:
Zacharias-Brohn
2025-10-13 20:06:51 +02:00
parent 51cc2d867b
commit 375fd00d21
8 changed files with 382 additions and 8 deletions
+14
View File
@@ -48,6 +48,20 @@ Scope {
Layout.topMargin: 6
Layout.bottomMargin: 6
}
AudioWidget {
Layout.alignment: Qt.AlignVCenter | Qt.AlignLeft
Layout.fillHeight: true
Layout.topMargin: 6
Layout.bottomMargin: 6
}
Resources {
Layout.alignment: Qt.AlignVCenter | Qt.AlignLeft
Layout.fillHeight: true
Layout.topMargin: 6
Layout.bottomMargin: 6
}
}
RowLayout {