import QtQuick 2.1 import MyImage 1.0 Item { width: 3200; height: 1280 MyImage { id: aPieChart anchors.centerIn: parent width: 3000; height: 1080 // scale: 0.7 // <- Does not work // scale: 0.6 // <- works } }