//![0] import Qt 4.6 Item { id:block Image { id: img source: "../shared/pics/redStone.png"; anchors.fill: parent } } //![0]