Source: scribus/cupsoptions.h
|
|
|
|
/***************************************************************************
cupsoptions.h - description
-------------------
begin : Fre Jan 3 2003
copyright : (C) 2003 by Franz Schmid
email : Franz.Schmid@altmuehlnet.de
***************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
#ifndef CUPSOPTIONS_H
#define CUPSOPTIONS_H
#include
#include
#include
#include
#include
#include
#include
/**
*@author Franz Schmid
*/
class CupsOptions : public QDialog
{
Q_OBJECT
public:
CupsOptions(QWidget* parent, QString Geraet);
~CupsOptions() {};
QPushButton* PushButton1;
QPushButton* PushButton2;
QHeader *Header;
QTable* Table;
struct OpData { int Cnum;
QString KeyW;
};
QPtrList FlagsOpt;
QMap KeyToText;
QMap KeyToDefault;
protected:
QVBoxLayout* CupsOptionsLayout;
QHBoxLayout* Layout2;
};
#endif
Generated by: paul on T6.linux on Tue Mar 18 23:32:13 2003, using kdoc 2.0a54. |