Source: scribus/edit1format.h
|
|
|
|
#ifndef EDITSTYLE_H
#define EDITSTYLE_H
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include "mspinbox.h"
#include "fontcombo.h"
#include "scribusdoc.h"
class EditStyle : public QDialog
{
Q_OBJECT
public:
EditStyle( QWidget* parent, struct StVorL *vor, QValueList v, bool neu, preV *Prefs, double au);
~EditStyle() {};
QLabel* TextLabel1;
QLabel* TextLabel1_2;
QLabel* TextLabel2;
QLabel* TextLabel3;
QLabel* TextLabel1_2_2;
QLabel* TextLabel1_2_3;
QLineEdit* Name;
MSpinBox* LineSpVal;
MSpinBox* LeftInd;
MSpinBox* FirstLin;
MSpinBox* AboveV;
MSpinBox* BelowV;
QButtonGroup* ButtonGroup1;
QGroupBox* GroupBox10;
QGroupBox* AbstandV;
QRadioButton* Left;
QRadioButton* Center;
QRadioButton* Right;
QRadioButton* Full;
QRadioButton* Forced;
QGroupBox* GroupFont;
QLabel* TextF1;
FontCombo* FontC;
QSpinBox* SizeC;
QLabel* TextF2;
QPushButton* Cancel;
QPushButton* OkButton;
struct StVorL *werte;
QValueList allV;
QString OldName;
bool IsNew;
double AutoVal;
private slots:
void Verlassen();
void FontChange(int val);
protected:
QHBoxLayout* Layout17;
QGridLayout* EditStyleLayout;
QGridLayout* GroupBox10Layout;
QGridLayout* ButtonGroup1Layout;
QGridLayout* AbstandVLayout;
QGridLayout* GroupFontLayout;
};
#endif // EDITSTYLE_H
Generated by: paul on ahnews.music.salford.ac.uk on Tue Oct 21 16:33:32 2003, using kdoc 2.0a54. |