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.

printerselector.h 260B

12345678910111213141516171819
  1. /*598:*/
  2. #line 22 "./printerselector.w"
  3. #include <QPrinterInfo>
  4. #include <QComboBox>
  5. #ifndef TypicaPrinterSelectorHeader
  6. #define TypicaPrinterSelectorHeader
  7. class PrinterSelector:public QComboBox
  8. {
  9. Q_OBJECT
  10. public:
  11. PrinterSelector();
  12. };
  13. #endif
  14. /*:598*/