mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-09 01:28:19 +02:00
10 lines
179 B
QML
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
|
|
}
|
|
|