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