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