summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeflipable/data/test-flipable.qml
blob: 5ddf09df64539345e41b55a9db7bfff1ae41fd6e (plain)
1
2
3
4
5
6
7
8
9
import Qt 4.7

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

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