adding a status bar
This commit is contained in:
parent
e5fe9b4813
commit
1ef0d4a7f8
1 changed files with 9 additions and 0 deletions
|
@ -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 {
|
||||
id: menuLoader
|
||||
active: Kirigami.Settings.hasPlatformMenuBar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue