import QtQuick 2.0 Flickable { width: 100; height: 100 contentWidth: 200; contentHeight: 300 QGraphicsWidget { width: 200; height: 300; enabled: false } }