diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-12-07 05:08:30 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-12-07 05:08:30 (GMT) |
commit | 569dfab376d9f63422791566d1888618934ffdc3 (patch) | |
tree | 7098d0e33f0cdb19b144f33318210bf801575c42 /examples/script/helloscript/helloscript.js | |
parent | e68fa8d463ff10f7eb2b486362ef73eea9271ff8 (diff) | |
parent | bd23da275dc88951e17137ef02147c9b5499bce7 (diff) | |
download | Qt-569dfab376d9f63422791566d1888618934ffdc3.zip Qt-569dfab376d9f63422791566d1888618934ffdc3.tar.gz Qt-569dfab376d9f63422791566d1888618934ffdc3.tar.bz2 |
Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
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] |