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.
69 lines
1.4 KiB
69 lines
1.4 KiB
/********************************************************************** |
|
|
|
--- Dlgedit generated file --- |
|
|
|
File: printData.h |
|
Last generated: Fri Oct 3 00:46:41 1997 |
|
|
|
DO NOT EDIT!!! This file will be automatically |
|
regenerated by dlgedit. All changes will be lost. |
|
|
|
*********************************************************************/ |
|
|
|
#ifndef printData_included |
|
#define printData_included |
|
|
|
#include <qdialog.h> |
|
#include <qcheckbox.h> |
|
#include <qcombobox.h> |
|
#include <qlabel.h> |
|
#include <qlineedit.h> |
|
#include <qpushbutton.h> |
|
#include <qradiobutton.h> |
|
|
|
class printData : public QDialog |
|
{ |
|
Q_OBJECT |
|
|
|
public: |
|
|
|
printData |
|
( |
|
QWidget* parent = NULL, |
|
const char* name = NULL |
|
); |
|
|
|
virtual ~printData(); |
|
|
|
public slots: |
|
|
|
|
|
protected slots: |
|
|
|
virtual void cancelPressed(); |
|
virtual void rangeToggled(bool); |
|
virtual void printDestinationChanged(int); |
|
virtual void setupPressed(); |
|
virtual void okPressed(); |
|
virtual void nupPressed(int); |
|
|
|
protected: |
|
QLabel* fileNameLabel; |
|
QComboBox* printer; |
|
QLineEdit* printFileName; |
|
QRadioButton* printAll; |
|
QRadioButton* printCurrent; |
|
QRadioButton* printMarked; |
|
QRadioButton* printRange; |
|
QLineEdit* rangeFrom; |
|
QLineEdit* rangeTo; |
|
QCheckBox* printReverse; |
|
QComboBox* nupCombo; |
|
QComboBox* colOrder; |
|
QPushButton* okButton; |
|
QPushButton* setupButton; |
|
QPushButton* cancelButton; |
|
|
|
}; |
|
|
|
#endif // printData_included
|
|
|