aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktextinput/data/padding.qml
blob: 23bfe20f22466c78e9fc375fdb54a98e89e0cc5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import QtQuick 2.6

TextInput {
    width: 200; height: 200
    text: "Hello Qt"

    padding: 10
    topPadding: 20
    leftPadding: 30
    rightPadding: 40
    bottomPadding: 50
}