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 221B

1234567891011121314151617181920
  1. /*162:*/
  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. };
  14. #endif
  15. /*:162*/