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

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

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