summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qfxtextedit/data/QT-669.qml
blob: b9bf86ac5eac07fdda44cf0628f105e80ffea2c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
import Qt 4.6

Rectangle {
    color: "green"
    width:400;
    height:40;
    TextEdit {
        focus: true;
        text: "Jackdaws love my big sphinx of Quartz"
    }
}