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

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