status-desktop/qt-example-app/main.qml

10 lines
139 B
QML
Raw Normal View History

2021-10-08 15:56:27 +00:00
import QtQuick 2.14
import QtQuick.Window 2.14
Window {
width: 640
height: 480
visible: true
title: qsTr("Hello World")
}