tests/auto/declarative/qdeclarativeflipable/data/test-flipable.qml
changeset 30 5dc02b23752f
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
       
     1 import Qt 4.7
       
     2 
       
     3 Flipable {
       
     4     id: flipable
       
     5     width: 640; height: 480
       
     6 
       
     7     front: Rectangle { anchors.fill: flipable }
       
     8     back: Rectangle { anchors.fill: flipable }
       
     9 }