overte-HifiExperiments/tests-manual/ui/qml/ControlsGalleryWindow.qml
2018-10-18 21:05:20 +03:00

14 lines
260 B
QML

import QtQuick 2.0
import QtQuick.Window 2.3
import QtQuick.Controls 1.4
import '../../../scripts/developer/tests' as Tests
ApplicationWindow {
width: 640
height: 480
visible: true
Tests.ControlsGallery {
anchors.fill: parent
}
}