source:
trunk/examples/script/helloscript/helloscript.js@
1168
Last change on this file since 1168 was 561, checked in by , 15 years ago | |
---|---|
|
|
File size: 109 bytes |
Line | |
---|---|
1 | //! [0] |
2 | button.text = qsTr('Hello World!'); |
3 | button.styleSheet = 'font-style: italic'; |
4 | button.show(); |
5 | //! [0] |
Note:
See TracBrowser
for help on using the repository browser.