Fix QML test environment

This commit is contained in:
David Rowe 2016-05-25 10:37:30 +12:00
parent b8b39b962d
commit b9aa667c55

View file

@ -23,14 +23,17 @@ ApplicationWindow {
Desktop {
id: desktop
anchors.fill: parent
rootMenu: StubMenu { id: rootMenu }
//rootMenu: StubMenu { id: rootMenu }
//Component.onCompleted: offscreenWindow = appWindow
/*
MouseArea {
anchors.fill: parent
acceptedButtons: Qt.RightButton
onClicked: desktop.popupMenu(Qt.vector2d(mouseX, mouseY));
}
*/
Row {
id: testButtons