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

1234567891011121314151617181920
  1. /*294:*/
  2. #line 14 "./abouttypica.w"
  3. #include <QMainWindow>
  4. #include <QFile>
  5. #include "webview.h"
  6. #ifndef AboutTypicaHeader
  7. #define AboutTypicaHeader
  8. class AboutTypica:public QMainWindow
  9. {
  10. Q_OBJECT
  11. public:
  12. AboutTypica();
  13. };
  14. #endif
  15. /*:294*/