forked from qt-creator/qt-creator
QmlDesigner: Fix flipable.qml example file
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
import Qt 4.7
|
||||
|
||||
Rectangle {
|
||||
Flipable {
|
||||
width: 640
|
||||
height: 480
|
||||
front: Text {
|
||||
text: "front"
|
||||
}
|
||||
back: Text {
|
||||
text: "back"
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user