import Qt 4.7

Flipable {
    id: flipable
    width: 640; height: 480

    front: Rectangle { anchors.fill: flipable }
    back: Rectangle { anchors.fill: flipable }
}
