Change layout adding inline message.

This commit is contained in:
2020-07-21 14:47:21 -04:00
parent 99387081f7
commit 1dfc6e2f8e

View File

@@ -71,6 +71,17 @@ Kirigami.ApplicationWindow {
}
}
}
Layouts.ColumnLayout {
anchors.fill: parent
Kirigami.InlineMessage { //TODO:connect to code to detect car alerts.
Layouts.Layout.fillWidth: true
Layouts.Layout.leftMargin: 10
Layouts.Layout.rightMargin: 10
z: 9997
type: Kirigami.MessageType.Information
id: infoMessage
showCloseButton: true
}
Kirigami.CardsListView {
anchors.fill: parent
id: vehicleView
@@ -146,6 +157,7 @@ Kirigami.ApplicationWindow {
}
}
}
}
Kirigami.PageRoute {
name: "about"