1 import Qt 4.7
2
3 Flipable {
4 id: flipable
5 width: 640; height: 480
6
7 front: Rectangle { anchors.fill: flipable }
8 back: Rectangle { anchors.fill: flipable }
9 }