blob: ab0a37d041124f7de1bfa92f6d340857e0aee9b4 [file] [log] [blame]
import QtQuick 2.6
Text {
width: 200; height: 200
text: "Hello Qt"
padding: 10
topPadding: 20
leftPadding: 30
rightPadding: 40
bottomPadding: 50
}