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.
37 lines
684 B
37 lines
684 B
/********************************************************************** |
|
|
|
--- Dlgedit generated file --- |
|
|
|
File: printSetup.h |
|
Last generated: Fri Oct 3 01:51:37 1997 |
|
|
|
*********************************************************************/ |
|
|
|
#ifndef printSetup_included |
|
#define printSetup_included |
|
|
|
#include "printSetupData.h" |
|
|
|
class printSetup : public printSetupData |
|
{ |
|
Q_OBJECT |
|
|
|
public: |
|
|
|
printSetup |
|
( |
|
QWidget* parent = NULL, |
|
const char* name = NULL |
|
); |
|
|
|
virtual ~printSetup(); |
|
|
|
protected slots: |
|
|
|
virtual void removePrinter(); |
|
virtual void okPressed(); |
|
virtual void addPrinter(); |
|
void readConfig(); |
|
|
|
}; |
|
#endif // printSetup_included
|
|
|