source:
trunk/examples/script/helloscript/helloscript.js@
563
Last change on this file since 563 was 561, checked in by , 15 years ago | |
---|---|
|
|
File size: 109 bytes |
Rev | Line | |
---|---|---|
[556] | 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.