mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 21:22:46 +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
|
|
}
|
|
}
|