Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
12345678910111213141516171819 |
- /*588:*/
- #line 22 "./printerselector.w"
-
- #include <QPrinterInfo>
- #include <QComboBox>
-
- #ifndef TypicaPrinterSelectorHeader
- #define TypicaPrinterSelectorHeader
-
- class PrinterSelector:public QComboBox
- {
- Q_OBJECT
- public:
- PrinterSelector();
- };
-
- #endif
-
- /*:588*/
|