Qt 5.6
Qt Script
Hello Script Example
helloscript.js Example File
Qt 5.6.2 Reference Documentation
helloscript.js Example File
script/helloscript/helloscript.js
button.text = qsTr('Hello World!'); button.styleSheet = 'font-style: italic'; button.show();