Source: scribus/align.h


Annotated List
Files
Globals
Hierarchy
Index
#ifndef ALIGN_H
#define ALIGN_H

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

class Align : public QDialog
{ 
    Q_OBJECT

public:
    Align( QWidget* parent, int anz, int ein);
    ~Align();

    QButtonGroup* ButtonGroup1_2;
    QRadioButton* VerteilenV;
    QRadioButton* NichtsV;
    QLabel* TextLabel1_2;
    QLabel* TextLabelD;
    QLabel* TextLabelD2;
    QComboBox* VartV;
    MSpinBox* AVert;
    QButtonGroup* ButtonGroup1;
    QRadioButton* VerteilenH;
    QRadioButton* NichtsH;
    MSpinBox* AHor;
    QComboBox* VartH;
    QLabel* TextLabel1;
    QPushButton* OKbutton;
    QPushButton* ButtonApply;
    QPushButton* CancelB;
    QRadioButton* CheckV;
    QRadioButton* CheckH;
    int Anzahl;

public slots:
    virtual void DistHoriz();
    virtual void DistVert();
    virtual void slotApplyDiag();

signals:
		void ApplyDist(bool, bool, bool, bool, double, double, int, int);

protected:
    QVBoxLayout* AlignLayout;
    QHBoxLayout* Layout4;
    QGridLayout* ButtonGroup1Layout;
    QGridLayout* ButtonGroup1_2Layout;
    QHBoxLayout* Layout3;
};

#endif // ALIGN_H

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