diff options
author | Bill King <bill.king@nokia.com> | 2009-12-02 22:41:34 (GMT) |
---|---|---|
committer | Bill King <bill.king@nokia.com> | 2009-12-02 22:41:34 (GMT) |
commit | 82a63405863f527028302ceaeff957f9ee5176e2 (patch) | |
tree | 445dc288777f9861611405e21c7e650c52255300 /examples/script/helloscript/helloscript.js | |
parent | 825c7cf9d5d8e83074636c2feeefc15a3062781d (diff) | |
parent | f29f1bb287c6b39bd1270802d1579f1c1d53f905 (diff) | |
download | Qt-82a63405863f527028302ceaeff957f9ee5176e2.zip Qt-82a63405863f527028302ceaeff957f9ee5176e2.tar.gz Qt-82a63405863f527028302ceaeff957f9ee5176e2.tar.bz2 |
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6
Diffstat (limited to 'examples/script/helloscript/helloscript.js')
-rw-r--r-- | examples/script/helloscript/helloscript.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/script/helloscript/helloscript.js b/examples/script/helloscript/helloscript.js new file mode 100644 index 0000000..6d8e87c --- /dev/null +++ b/examples/script/helloscript/helloscript.js @@ -0,0 +1,5 @@ +//! [0] +button.text = qsTr('Hello World!'); +button.styleSheet = 'font-style: italic'; +button.show(); +//! [0] |