mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
14 lines
260 B
QML
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
|
|
}
|
|
}
|