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