Files
qt-creator/tests/manual/qml/testfiles/flipable.qml
2010-04-15 17:08:34 +02:00

14 lines
150 B
QML

import Qt 4.7
Flipable {
width: 640
height: 480
front: Text {
text: "front"
}
back: Text {
text: "back"
}
}