import QtQuick 2.2 import QtQuick.Controls 1.2 ApplicationWindow { visible: true width: 480 height: 800 Calendar { anchors.centerIn: parent } }