overte-HifiExperiments/interface/resources/qml/Root.qml
2015-04-24 13:21:21 -07:00

10 lines
179 B
QML

import Hifi 1.0
import QtQuick 2.3
// This is our primary 'window' object to which all dialogs and controls will
// be childed.
Root {
id: root
anchors.fill: parent
}