blob: 6d8e87cb3b19f8b14c9a7f229a21c860876f229b [file] [log] [blame]
//! [0]
button.text = qsTr('Hello World!');
button.styleSheet = 'font-style: italic';
button.show();
//! [0]