source: trunk/examples/script/helloscript/helloscript.js@ 1168

Last change on this file since 1168 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

  • Property svn:eol-style set to native
File size: 109 bytes
Line 
1//! [0]
2button.text = qsTr('Hello World!');
3button.styleSheet = 'font-style: italic';
4button.show();
5//! [0]
Note: See TracBrowser for help on using the repository browser.