examples/script/helloscript/helloscript.js
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 27 May 2010 13:40:48 +0300
changeset 23 89e065397ea6
parent 3 41300fa6a67c
permissions -rw-r--r--
Revision: 201019 Kit: 2010121

//! [0]
button.text = qsTr('Hello World!');
button.styleSheet = 'font-style: italic';
button.show();
//! [0]