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.
 
 
 
 
 

60 lines
1.2 KiB

/**********************************************************************
--- Dlgedit generated file ---
File: printSetupData.h
Last generated: Sun Oct 12 22:01:03 1997
DO NOT EDIT!!! This file will be automatically
regenerated by dlgedit. All changes will be lost.
*********************************************************************/
#ifndef printSetupData_included
#define printSetupData_included
#include <qdialog.h>
#include <qlabel.h>
#include <qlineedit.h>
#include <qlistbox.h>
#include <qpushbutton.h>
#include <qradiobutton.h>
class printSetupData : public QDialog
{
Q_OBJECT
public:
printSetupData
(
QWidget* parent = NULL,
const char* name = NULL
);
virtual ~printSetupData();
public slots:
protected slots:
virtual void removePrinter();
virtual void okPressed();
virtual void addPrinter();
protected:
QRadioButton* internal;
QRadioButton* dvips;
QRadioButton* dvilj4;
QRadioButton* psnup;
QRadioButton* mpage;
QListBox* printers;
QLineEdit* newPrinter;
QPushButton* okButton;
QLineEdit* spoolerCommand;
QLabel* spoolerLabel;
};
#endif // printSetupData_included