Put in skeleton ui.

This commit is contained in:
2020-06-06 21:21:18 -04:00
parent 0590c2bec6
commit 163441c4ef
2 changed files with 17 additions and 3 deletions

View File

@@ -11,12 +11,24 @@ Kirigami.ApplicationWindow {
pageStack.initialPage: mainPageComponent
contextDrawer: Kirigami.ContextDrawer {}
/*
Component {
id: mainPageComponent
Kirigami.Page {
id: mainPage
contextualActions: [
Kirigami.Action {
iconName: "help-about"
text: qsTr("About")
onTriggered: {
pageStack.replace(aboutPageComponent);
}
}
]
title: "Vehicles"
}
/*Kirigami.Page {
id: mainPage
mainAction: Kirigami.Action {
iconName: "view-refresh"
@@ -236,7 +248,7 @@ Kirigami.ApplicationWindow {
}
}
}
}
}*/
}
Component {
@@ -253,5 +265,5 @@ Kirigami.ApplicationWindow {
}
aboutData: appAboutData
}
}*/
}
}