mirror of
https://github.com/overte-org/overte.git
synced 2025-04-26 05:16:55 +02:00
10 lines
176 B
QML
10 lines
176 B
QML
import QtQuick 2.4
|
|
import QtQuick.Controls 1.3
|
|
import Hifi 1.0
|
|
|
|
// Currently for testing a pure QML replacement menu
|
|
Item {
|
|
Menu {
|
|
objectName: "rootMenu";
|
|
}
|
|
}
|