import QtQuick import QtQuick.Window Window { height: 480 title: "Main window" visible: true width: 640 }