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

TextEdit {
    text: "Hello world"
    focus: false
}