Typica is a free program for professional coffee roasters. https://typica.us
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

abouttypica.h 246B

1234567891011121314151617181920
  1. /*286:*/
  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. /*:286*/