summaryrefslogtreecommitdiffstats
path: root/examples/script/helloscript/helloscript.js
blob: 6d8e87cb3b19f8b14c9a7f229a21c860876f229b (plain)
1
2
3
4
5
//! [0]
button.text = qsTr('Hello World!');
button.styleSheet = 'font-style: italic';
button.show();
//! [0]