Typica is a free program for professional coffee roasters. https://typica.us
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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>