|
|
/**************************************************************************** ** Form interface generated from reading ui file 'Druck.ui' ** ** Created: Mon Sep 17 21:42:05 2001 ** by: The User Interface Compiler (uic) ** ** WARNING! All changes made in this file will be lost! ****************************************************************************/ #ifndef DRUCK_H #define DRUCK_H #include#include #include #include #include #include #include #include #include #include #include #include #include #include #include class Druck : public QDialog { Q_OBJECT public: Druck( QWidget* parent, QString PDatei, QString PDev, QString PCom, bool CanSep ); ~Druck() {}; QString printerName(); QString outputFileName(); QCheckBox* OtherCom; QCheckBox* MirrorH; QCheckBox* MirrorV; QLabel* OthText; QLineEdit* Command; bool outputToFile(); int fromPage(); int toPage(); int numCopies(); int pageOrder(); bool outputSeparations(); QString separationName(); QString PrinterOpts; bool color(); public slots: void setMinMax(int min, int max); void setFromTo(int min, int max); protected: QVBoxLayout* DruckLayout; QGridLayout* DruckerLayout; QHBoxLayout* Layout1x; QHBoxLayout* Layout1; QHBoxLayout* UmfangLayout; QGridLayout* ButtonGroup5Layout; QGridLayout* ButtonGroup4Layout; QVBoxLayout* ButtonGroup3Layout; QVBoxLayout* ButtonGroup3_2Layout; QGridLayout* OptionenLayout; QHBoxLayout* Layout2; QHBoxLayout* LayoutCC; private slots: void SetOptions(); void SelPrinter(const QString& prn); void SelRange(bool e); void SelMode(bool e); void SelFile(); void SelComm(); private: QGroupBox* Drucker; QComboBox* PrintDest; QLabel* DateiT; QLineEdit* LineEdit1; QToolButton* ToolButton1; QButtonGroup* Umfang; QButtonGroup* ButtonGroup5; QLabel* TextLabel2_2; QSpinBox* To; QSpinBox* From; QLabel* TextLabel2; QRadioButton* RadioButton2; QRadioButton* RadioButton1; QButtonGroup* ButtonGroup4; QRadioButton* FirstPlast; QRadioButton* FirstPfirst; QLabel* TextLabel3; QSpinBox* Copies; QButtonGroup* Optionen; QButtonGroup* ButtonGroup3; QButtonGroup* ButtonGroup3_2; QRadioButton* NormalP; QRadioButton* PrintSep; QRadioButton* PrintGray; QRadioButton* PrintGray2; QComboBox* SepArt; QPushButton* OKButton_2; QPushButton* OKButton; QPushButton* OptButton; QString Geraet; bool ToFile; bool ToSeparation; }; #endif // DRUCK_H
Generated by: paul on T6.linux on Tue Mar 18 23:32:13 2003, using kdoc 2.0a54. |