aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeflipable/data/test-flipable.qml
blob: 02b69e0799a08ed123c65a36010e9141cdef78c5 (plain)
1
2
3
4
5
6
7
8
9
import QtQuick 1.0

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

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