mirror of
https://github.com/overte-org/overte.git
synced 2025-04-26 12:56:16 +02:00
9 lines
122 B
QML
9 lines
122 B
QML
import QtQuick 2.4
|
|
import QtQuick.Controls 1.3
|
|
|
|
Item {
|
|
Menu {
|
|
id: root
|
|
objectName: "rootMenu"
|
|
}
|
|
}
|