aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickflipable/data/test-flipable.qml
blob: dff6d3fe396ec924116578252616ba1b451bf762 (plain)
1
2
3
4
5
6
7
8
9
import QtQuick 2.0

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

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