QmlDesigner: Fix flipable.qml example file

This commit is contained in:
Kai Koehne
2010-04-15 17:07:29 +02:00
parent fd5051fc06
commit 05badc8c30

View File

@@ -1,6 +1,13 @@
import Qt 4.7
Rectangle {
Flipable {
width: 640
height: 480
front: Text {
text: "front"
}
back: Text {
text: "back"
}
}