aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/accessibility/data/textarea.qml
blob: 93b5b220fcc17200e6efe7bfbb6aa486aa222157 (plain)
1
2
3
4
5
6
import QtQuick 2.5
import QtQuick.Controls 2.0

TextArea {
    text: "TextArea"
}