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