1
//! [0]
2
button.text = qsTr('Hello World!');
3
button.styleSheet = 'font-style: italic';
4
button.show();
5