import QtQuick 2.0 import QtQuick.Controls 1.0 ApplicationWindow { id: root width: 600 height: 600 visible: true Button { anchors.centerIn: parent text: "Button" } }