This commit is contained in:
end-4
2025-04-10 02:06:15 +02:00
parent 179be02e0d
commit 91cef5700a
5 changed files with 119 additions and 13 deletions
+22 -8
View File
@@ -22,17 +22,31 @@ Scope {
// Middle section
RowLayout {
anchors.top: parent.top
anchors.bottom: parent.top
anchors.centerIn: parent
implicitWidth: 500
// Rectangle {
// }
RowLayout {
Layout.fillWidth: true
Layout.fillHeight: true
}
// ClockWidget {
// Layout.fillHeight: true
// }
RowLayout {
Layout.fillWidth: true
Layout.fillHeight: true
}
RowLayout {
Layout.fillWidth: true
Layout.fillHeight: true
ClockWidget {
Layout.alignment: Qt.AlignVCenter
}
UtilButtons {
Layout.alignment: Qt.AlignVCenter
}
}
}