就业培训
下载中心
Wiki
联络
登录
注册
首页
Qt 5.12.12
Qt Script
Hello Script Example
helloscript.js Example File
helloscript.js Example File
script/helloscript/helloscript.js
button
.
text
=
qsTr
(
'Hello World!'
);
button
.
styleSheet
=
'font-style: italic'
;
button
.
show
();