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