Files
qt4-x11/examples/script/helloscript/helloscript.js
2025-08-24 20:55:26 +08:00

6 lines
109 B
JavaScript

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