tests/auto/declarative/qdeclarativeflipable/data/flipable-abort.qml
changeset 30 5dc02b23752f
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
       
     1 import Qt 4.7
       
     2 
       
     3 Rectangle {
       
     4     Flipable {
       
     5         id: flipable
       
     6     }
       
     7     Rectangle {
       
     8         visible: flipable.side == Flipable.Front
       
     9     }
       
    10 }