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