Typica is a free program for professional coffee roasters. https://typica.us
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12345678910
  1. <window id="success">
  2. <layout type="vertical">
  3. <label>Success</label>
  4. <button type="push" id="ok" name="Okay" />
  5. </layout>
  6. <program>
  7. var button = findChildObject(this, 'ok');
  8. button.clicked.connect(this.close);
  9. </program>
  10. </window>