mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 16:32:28 +02: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
|
|
}
|
|
}
|