overte/interface/resources/qml/Root.qml
2015-04-25 16:20:15 -07:00

14 lines
237 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
onParentChanged: {
forceActiveFocus();
}
}