mirror of
https://github.com/overte-org/overte.git
synced 2025-06-22 17:41:19 +02:00
Fix QML test environment
This commit is contained in:
parent
b8b39b962d
commit
b9aa667c55
1 changed files with 4 additions and 1 deletions
|
@ -23,14 +23,17 @@ ApplicationWindow {
|
||||||
Desktop {
|
Desktop {
|
||||||
id: desktop
|
id: desktop
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
rootMenu: StubMenu { id: rootMenu }
|
|
||||||
|
//rootMenu: StubMenu { id: rootMenu }
|
||||||
//Component.onCompleted: offscreenWindow = appWindow
|
//Component.onCompleted: offscreenWindow = appWindow
|
||||||
|
|
||||||
|
/*
|
||||||
MouseArea {
|
MouseArea {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
acceptedButtons: Qt.RightButton
|
acceptedButtons: Qt.RightButton
|
||||||
onClicked: desktop.popupMenu(Qt.vector2d(mouseX, mouseY));
|
onClicked: desktop.popupMenu(Qt.vector2d(mouseX, mouseY));
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
Row {
|
Row {
|
||||||
id: testButtons
|
id: testButtons
|
||||||
|
|
Loading…
Reference in a new issue