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

TextArea {
    text: "TextArea"
}