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

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

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