02b69e0799a08ed123c65a36010e9141cdef78c5
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativeflipable / data / test-flipable.qml
1 import QtQuick 1.0
2
3 Flipable {
4     id: flipable
5     width: 640; height: 480
6
7     front: Rectangle { anchors.fill: flipable }
8     back: Rectangle { anchors.fill: flipable }
9 }