dotherside/test/main.qml

10 lines
172 B
QML
Raw Normal View History

2016-01-30 15:03:59 +01:00
import QtQuick 2.3
import QtQuick.Controls 1.2
ApplicationWindow {
width: 100
height: 100
objectName: "testWindow"
2016-01-31 12:46:53 +01:00
Component.onCompleted: visible = true
}