diff options
author | ck <qt-info@nokia.com> | 2009-12-03 13:38:49 (GMT) |
---|---|---|
committer | ck <qt-info@nokia.com> | 2009-12-03 13:38:49 (GMT) |
commit | 6aee4cbee38e007fb8141de7d577aa73e5734ef5 (patch) | |
tree | 964e929477cb27f9de271dfd08f2da88eb338981 /examples/script/helloscript/helloscript.js | |
parent | d6c21efa5b67fc55f9edfa4aabeb48adf68ee131 (diff) | |
parent | 3f18623dd8f26857d9af032c41095818f5346910 (diff) | |
download | Qt-6aee4cbee38e007fb8141de7d577aa73e5734ef5.zip Qt-6aee4cbee38e007fb8141de7d577aa73e5734ef5.tar.gz Qt-6aee4cbee38e007fb8141de7d577aa73e5734ef5.tar.bz2 |
Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt
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] |