Qt6 QML Book
As easy as
import QtQuick
Item {
id: root
width: 800
height: 600
Text {
anchors.centerIn: parent
text: "Hello QtQuick!"
}
}
Last updated
As easy as
import QtQuick
Item {
id: root
width: 800
height: 600
Text {
anchors.centerIn: parent
text: "Hello QtQuick!"
}
}
Last updated