10 #ifndef EPUBEXPORTDIALOG_H 11 #define EPUBEXPORTDIALOG_H 13 #include "ui_epubexportdialog.h" 16 #include "epubexport.h" 28 EpubExportDialog( QWidget* parent = 0, ScribusDoc* doc = 0,
const char* name = 0,
bool modal =
false, Qt::WindowFlags fl = 0 );
38 void cancelButton_clicked();
39 void exportButton_clicked();
41 void enableIntervalPages(
bool enabled);
42 void enableImageMaxWidth(
bool enabled);
43 QList<int> getPagesListFromString(
const QString pages);
44 void readIntervalFromDialog();
45 void fileOutputChanged();
49 #endif // EPUBEXPORTDIALOG_H display the export dialog and prepare the values from the dialog for the EpubExportOptions structure...
Definition: epubexportdialog.h:24
The options for the Epub export, as defined in the Export dialog.
Definition: epubexport.h:16