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

Rectangle {
    Flipable {
        id: flipable
    }
    Rectangle {
        visible: flipable.side == Flipable.Front
    }
}