Наша сборка Qt VS Tools
giy
2022-06-22 b216654282322c680935d5e5b841908a5fa58889
1
2
3
4
5
6
7
8
9
import QtQuick 2.9
import QtQuick.Window 2.2
 
Window {
    visible: true
    width: 640
    height: 480
    title: qsTr("Hello World")
}