tests/auto/declarative/qdeclarativetextedit/data/geometrySignals.qml
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
equal deleted inserted replaced
27:93b982ccede2 31:5daf16870df6
       
     1 import Qt 4.7
       
     2 
       
     3 Item {
       
     4     width: 400; height: 500;
       
     5     property int bindingWidth: text.width
       
     6     property int bindingHeight: text.height
       
     7 
       
     8     TextInput {
       
     9         id: text
       
    10         anchors.fill: parent
       
    11     }
       
    12 }