Qt 5.13
Qt Script
Hello Script Example
Qt 5.13.0 Reference Documentation
Hello Script Example
button
.
text
=
qsTr
(
'Hello World!'
);
button
.
styleSheet
=
'font-style: italic'
;
button
.
show
();