QtDeployer/source/main.qml

10 lines
137 B
QML
Raw Normal View History

2018-05-07 19:33:05 +03:00
import QtQuick 2.9
import QtQuick.Window 2.2
Window {
visible: true
width: 640
height: 480
title: qsTr("Hello World")
}