tests/auto/declarative/qdeclarativestates/data/urlResolution.qml
changeset 30 5dc02b23752f
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
       
     1 import Qt 4.7
       
     2 import "Implementation"
       
     3 
       
     4 Rectangle {
       
     5     width: 100
       
     6     height: 200
       
     7 
       
     8     MyType {
       
     9         objectName: "MyType"
       
    10         anchors.fill: parent
       
    11     }
       
    12 }