22 #include "ui/scrspinbox.h"
23 #include "scribusapi.h"
24 #include "scribusstructs.h"
60 int RenderPreview(
int Seite,
int Res);
61 int RenderPreviewSep(
int Seite,
int Res);
63 void blendImagesSumUp(QImage &target,
ScImage &scsource);
64 static bool usePostscriptPreview(QString printerName, PrintEngine engine);
72 QPixmap CreatePreview(
int Seite,
int Res);
76 QCheckBox* EnableCMYK;
77 QCheckBox* EnableCMYK_C;
78 QCheckBox* EnableCMYK_M;
79 QCheckBox* EnableCMYK_Y;
80 QCheckBox* EnableCMYK_K;
83 QCheckBox* MirrorVert;
85 QCheckBox* spotColors;
87 QCheckBox* EnableInkCover;
94 QPushButton *closeButton;
95 QPushButton *printButton;
118 bool postscriptPreview;
119 QMap<QString, int> sepsToFileNum;
120 QMap<QString, QCheckBox*> flagsVisible;
129 void ToSeite(
int num);
144 void ToggleCMYK_Colour();
145 void doSpotTable(
int row);
146 void toggleAllfromHeader();
153 void scaleBox_valueChanged(
int value);
161 QVBoxLayout* PLayout;
162 QVBoxLayout* Layout1;
163 QVBoxLayout* Layout2;
164 QHBoxLayout* Layout5;
165 QHBoxLayout* Layout6;
166 QHBoxLayout* Layout7;
167 QVBoxLayout* settingsBarLayout;
171 void getUserSelection(
int);
172 void imageLoadError(QPixmap &,
int);
175 void resizeEvent(QResizeEvent * event);
double scaleFactor
Percentage value of the scaling widget.
Definition: preview.h:160
QLabel * scaleLabel
Definition: preview.h:97
the Document Class
Definition: scribusdoc.h:90
Definition: pageselector.h:24
ScrSpinBox is a Qt4 replacement for our old ScrSpinBox using Qt3.
Definition: scrspinbox.h:21
Print Preview dialog.
Definition: preview.h:37
Definition: scribusview.h:87
Manage Scribus preferences here, and here alone Start to move the preferences out of scribus...
Definition: prefsmanager.h:43