More UI work including hooking up PcView -> AppView transition

This commit is contained in:
Cameron Gutman
2018-07-05 20:37:51 -07:00
parent f83c13ad85
commit ebf27cdcaf
2 changed files with 38 additions and 34 deletions
+4 -1
View File
@@ -9,6 +9,9 @@ ApplicationWindow {
title: qsTr("Stack")
color: "#333333"
PcView {
StackView {
id: stackView
initialItem: "PcView.qml"
anchors.fill: parent
}
}