dotherside/test/main.qml
2016-04-10 14:39:59 +02:00

10 lines
172 B
QML

import QtQuick 2.5
import QtQuick.Controls 1.4
ApplicationWindow {
width: 100
height: 100
objectName: "testWindow"
Component.onCompleted: visible = true
}