examples/script/helloscript/helloscript.js
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 04 Oct 2010 01:19:32 +0300
changeset 37 758a864f9613
parent 3 41300fa6a67c
permissions -rw-r--r--
Revision: 201037 Kit: 201039

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