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