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

123456789101112131415161718192021
  1. /*213:*/
  2. #line 16 "./helpmenu.w"
  3. #include <QMenu>
  4. #ifndef HelpMenuHeader
  5. #define HelpMenuHeader
  6. class HelpMenu:public QMenu
  7. {
  8. Q_OBJECT
  9. public:
  10. HelpMenu();
  11. public slots:
  12. void displayAboutTypica();
  13. void displayLicenseWindow();
  14. };
  15. #endif
  16. /*:213*/