Source: scribus/reformdoc.h


Annotated List
Files
Globals
Hierarchy
Index
/****************************************************************************
** Form interface generated from reading ui file 'ReformDoc.ui'
**
** Created: Mon Apr 30 10:53:08 2001
**      by:  The User Interface Compiler (uic)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/
#ifndef REFORMDOC_H
#define REFORMDOC_H

#include 
#include 
#include 
#include 
#include 
#include 
#include "mspinbox.h"

class ReformDoc : public QDialog
{ 
    Q_OBJECT

public:
    ReformDoc( QWidget* parent, double t, double l, double r, double b, double Pagebr, double Pageho, bool fp, bool fpe, int Einh );
    ~ReformDoc() {};

    QGroupBox* GroupBox7;
    QLabel* TextLabel5;
    QLabel* TextLabel7;
    MSpinBox* TopR;
    MSpinBox* BottomR;
    MSpinBox* LeftR;
    MSpinBox* RightR;
    QCheckBox* Doppelseiten;
    QCheckBox* ErsteSeite;
    QLabel* Links;
    QLabel* Rechts;
    QPushButton* OKButton;
    QPushButton* CancelB;
		int einheit;
		int Breite;
		int Hoehe;

protected:
    QVBoxLayout* ReformDocLayout;
    QHBoxLayout* GroupBox7Layout;
    QGridLayout* Layout4;
    QHBoxLayout* Layout3;

protected slots:
    virtual void setDS();
		virtual void setTop(int v);
		virtual void setBottom(int v);
		virtual void setLeft(int v);
		virtual void setRight(int v);

};

#endif // REFORMDOC_H

Generated by: paul on ahnews.music.salford.ac.uk on Tue Oct 21 16:33:32 2003, using kdoc 2.0a54.