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

TextInput {
    focus: true
    text: "super"
    autoScroll: true
}