1 #ifndef __PRINTPREVIEWOPTIONS_H__
2 #define __PRINTPREVIEWOPTIONS_H__
4 #include "ui_printpreviewoptions.h"
7 class ActionPrintPreview;
10 class PrintPreviewOptions: public QWidget
15 // PrintPreviewOptions(QWidget * parent = 0, Qt::WindowFlags fl = 0);
16 PrintPreviewOptions(QToolBar * parent = 0, Qt::WindowFlags fl = 0);
17 ~PrintPreviewOptions();
20 void setAction(ActionInterface * a, bool update);
23 void setBlackWhite(bool on);
25 void scale(const QString & s);
28 ActionPrintPreview * action;
31 QStringList imperialScales;
32 QStringList metricScales;
36 Ui::PrintPreviewOptions ui;
39 #endif // QG_PRINTPREVIEWOPTIONS_H