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

TextArea {
    text: "TextArea"
}