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