tests/auto/declarative/qdeclarativetextedit/data/mouseselection_true.qml
changeset 30 5dc02b23752f
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
       
     1 import Qt 4.7
       
     2 
       
     3 TextEdit {
       
     4     focus: true
       
     5     text: "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"
       
     6     selectByMouse: true
       
     7 }