Qt Reference Documentation

helloscript.js Example File

script/helloscript/helloscript.js
 button.text = qsTr('Hello World!');
 button.styleSheet = 'font-style: italic';
 button.show();