diff -r 56cd8111b7f7 -r 41300fa6a67c examples/script/helloscript/helloscript.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/examples/script/helloscript/helloscript.js Tue Feb 02 00:43:10 2010 +0200 @@ -0,0 +1,5 @@ +//! [0] +button.text = qsTr('Hello World!'); +button.styleSheet = 'font-style: italic'; +button.show(); +//! [0]