aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qquicktextedit/data/openInputPanel.qml
blob: d3aecf21bef72aa5a236d76ea4addd9b516d9e76 (plain)
1
2
3
4
5
6
7
import QtQuick 2.0

TextEdit {
    width: 100; height: 100
    text: "Hello world"
    focus: false
}