import QtQuick 2.4 Item { id: root width: 1024 height: 768 Button { anchors.centerIn: parent width: root.width/5 height: root.height/5 text { width: 10 height: 10 } } }