Source: scribus/reformdoc.h
|
|
|
|
/****************************************************************************
** 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
#include "mspinbox.h"
class ReformDoc : public QDialog
{
Q_OBJECT
public:
ReformDoc( QWidget* parent, float t, float l, float r, float b, 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;
protected:
QVBoxLayout* ReformDocLayout;
QHBoxLayout* GroupBox7Layout;
QGridLayout* Layout4;
QHBoxLayout* Layout3;
protected slots:
virtual void setDS();
};
#endif // REFORMDOC_H
Generated by: paul on T6.linux on Tue Mar 18 23:32:13 2003, using kdoc 2.0a54. |