aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/snippets/data/textfield/qtquickcontrols2-textfield-normal.qml
blob: a81f35e85a78afd798365a2fdd3a070488b825e0 (plain)
1
2
3
4
5
6
7
import QtQuick 2.0
import QtQuick.Controls 2.0

TextField {
    width: 80
    text: "Normal"
}