10 #include "scribusapi.h"
13 #include <QStringList>
14 #include <QGridLayout>
15 #include <QHBoxLayout>
16 #include <QVBoxLayout>
27 class SCRIBUS_API
InsPage :
public QDialog
32 InsPage( QWidget* parent,
ScribusDoc* currentDoc,
int currentPage,
int maxPages );
34 QGroupBox* dsGroupBox7;
35 QGroupBox* masterPageGroup;
42 QComboBox* sizeQComboBox;
43 QComboBox* orientationQComboBox;
44 QCheckBox* moveObjects;
45 QCheckBox* overrideMPSizingCheckBox;
47 QString prefsPageSizeName;
48 QList<QComboBox*> masterPageCombos;
50 const QStringList getMasterPages();
51 const QString getMasterPageN(uint n);
53 int getWherePage()
const;
57 QLabel* insCountLabel;
58 QLabel* masterPageLabel;
60 QPushButton* cancelButton;
61 QPushButton* okButton;
62 QComboBox* insWhereData;
63 QSpinBox* insWherePageData;
64 QSpinBox* insCountData;
65 QVBoxLayout* dialogLayout;
66 QGridLayout* whereLayout;
67 QGridLayout* masterPageLayout;
68 QHBoxLayout* okCancelLayout;
69 QGridLayout* dsGroupBox7Layout;
72 void insWherePageDataDisable (
int index);
73 void setSize(
const QString &);
74 void setOrien(
int ori);
75 void enableSizingControls(
int);
the Document Class
Definition: scribusdoc.h:90
ScrSpinBox is a Qt4 replacement for our old ScrSpinBox using Qt3.
Definition: scrspinbox.h:21