util/examples/script/helloscript/helloscript.js
changeset 7 f7bc934e204c
equal deleted inserted replaced
3:41300fa6a67c 7:f7bc934e204c
       
     1 //! [0]
       
     2 button.text = qsTr('Hello World!');
       
     3 button.styleSheet = 'font-style: italic';
       
     4 button.show();
       
     5 //! [0]