This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
qtscript-opensource-src
mirror of
https://gitee.com/openkylin/qtscript-opensource-src.git
Watch
9
Star
0
Fork
You've already forked qtscript-opensource-src
0
Code
Issues
Projects
Releases
Wiki
Activity
e2c85efbd2
qtscript-opensource-src
/
examples
/
script
/
helloscript
/
helloscript.js
6 lines
109 B
JavaScript
Raw
Blame
History
//! [0]
button
.
text
=
qsTr
(
'Hello World!'
)
;
button
.
styleSheet
=
'font-style: italic'
;
button
.
show
(
)
;
//! [0]
Reference in New Issue
View Git Blame
Copy Permalink