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

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