Typica is a free program for professional coffee roasters. https://typica.us
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

success.xml 280B

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>