Implement basic register group saving

This commit is contained in:
2023-02-20 00:36:55 +01:00
parent 657437452b
commit 79cc570347
15 changed files with 547 additions and 114 deletions

View File

@ -12,18 +12,11 @@ ApplicationWindow {
Material.theme: Material.Dark
Material.accent: Material.Purple
property int masterDimmer
property int masterRed
property int masterGreen
property int masterBlue
property int masterWhite
property int masterStrobo
ColumnLayout {
anchors.left: parent.left
anchors.top: parent.top
anchors.right: parent.right
anchors.bottom: lampRegistersPanel.top
height: window.height - (lampRegistersPanel.active ? lampRegistersPanel.height : 0)
StatusBar {
Layout.fillWidth: true