Hello Script Example


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