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