mirror of
https://github.com/overte-org/overte.git
synced 2025-04-27 06:56:29 +02:00
9 lines
91 B
QML
9 lines
91 B
QML
import Hifi 1.0
|
|
import QtQuick 2.3
|
|
|
|
Root {
|
|
id: root
|
|
width: 1280
|
|
height: 720
|
|
}
|
|
|