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.

helpmenu.h 250B

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*/