Files
pyqcrm/main.qml
2024-10-23 15:05:51 +02:00

10 lines
129 B
QML

import QtQuick
import QtQuick.Window
Window {
width: 640
height: 480
visible: true
title: qsTr("Hello World")
}