16#ifndef DIALOGEXPORTPDF_H
17#define DIALOGEXPORTPDF_H
42 const QPageLayout::Orientation &orientation,
44 const QPrinter::PrinterMode printerMode,
45 const QPageSize &pageSize = QPageSize(QPageSize::A4));
51 Ui::DialogExportPDF *
ui;
void getUserChoices()
Definition dialogexportpdf.cpp:146
DialogExportPDF(QWidget *parent=Q_NULLPTR)
Definition dialogexportpdf.cpp:25
~DialogExportPDF()
Definition dialogexportpdf.cpp:73
QString m_fileName
Definition dialogexportpdf.h:47
void checkFilename(const QString &fileName=QString())
Definition dialogexportpdf.cpp:79
void getFilename()
Gets the filename of the PDF.
Definition dialogexportpdf.cpp:116
Ui::DialogExportPDF * ui
Definition dialogexportpdf.h:51
int m_dpi
Definition dialogexportpdf.h:48
QPrinter::PrinterMode m_printerMode
Definition dialogexportpdf.h:50
void getPrinterMode(const QString &mode)
Gets printer quality mode.
Definition dialogexportpdf.cpp:130
QPageLayout::Orientation m_orientation
Definition dialogexportpdf.h:49
void userChoices(QString &filename, const QPageLayout::Orientation &orientation, const int &dpi, const QPrinter::PrinterMode printerMode, const QPageSize &pageSize=QPageSize(QPageSize::A4))
Definition dialogexportimage.h:21