adding a status bar

This commit is contained in:
Chris Cochrun 2023-03-03 16:44:16 -06:00
parent e5fe9b4813
commit 1ef0d4a7f8

View file

@ -58,6 +58,15 @@ Kirigami.ApplicationWindow {
} }
} }
footer: RowLayout {
Controls.Label {
Layout.alignment: Qt.AlignRight
Layout.rightMargin: Kirigami.Units.smallSpacing * 2
/* elide: Text.ElideLeft */
text: "hello"
}
}
Loader { Loader {
id: menuLoader id: menuLoader
active: Kirigami.Settings.hasPlatformMenuBar active: Kirigami.Settings.hasPlatformMenuBar