Skip to content
Snippets Groups Projects
Commit 05badc8c authored by Kai Koehne's avatar Kai Koehne
Browse files

QmlDesigner: Fix flipable.qml example file

parent fd5051fc
No related branches found
No related tags found
No related merge requests found
import Qt 4.7
Rectangle {
Flipable {
width: 640
height: 480
front: Text {
text: "front"
}
back: Text {
text: "back"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment