24 #ifndef PATTERNPROPSDIALOG_H
25 #define PATTERNPROPSDIALOG_H
31 #include <QToolButton>
32 #include <QPushButton>
34 #include "scribusapi.h"
35 #include "scrspinbox.h"
36 #include "linkbutton.h"
45 virtual void changeEvent(QEvent *e);
60 void languageChange();
61 void changePatternProps();
67 void NewPatternProps(
double,
double,
double,
double,
double,
double,
double,
bool,
bool);
68 void NewPatternPropsS(
double,
double,
double,
double,
double,
double,
double,
double,
bool,
bool);
71 QGroupBox* groupOffset;
74 QGroupBox* groupScale;
77 QGroupBox* groupRotation;
83 QGroupBox* groupSpace;
85 QVBoxLayout* frame3Layout;
86 QHBoxLayout* groupOffsetLayout;
87 QGridLayout* groupScaleLayout;
88 QGridLayout* groupSkewLayout;
89 QHBoxLayout* groupRotationLayout;
90 QHBoxLayout* groupSpaceLayout;
91 QPushButton* buttonOk;
92 QHBoxLayout* buttonLayout;
93 QHBoxLayout* groupFlipLayout;
Definition: patternpropsdialog.h:38
ScrSpinBox is a Qt4 replacement for our old ScrSpinBox using Qt3.
Definition: scrspinbox.h:21