mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Rendering pdf to images (first part)
This commit is contained in:
@ -1279,11 +1279,8 @@ void PDFViewerMainWindow::on_actionPrint_triggered()
|
||||
|
||||
void PDFViewerMainWindow::on_actionRender_to_Images_triggered()
|
||||
{
|
||||
PDFRenderToImagesDialog dialog(this);
|
||||
if (dialog.exec() == QDialog::Accepted)
|
||||
{
|
||||
|
||||
}
|
||||
PDFRenderToImagesDialog dialog(m_pdfDocument.data(), m_pdfWidget->getDrawWidgetProxy(), m_progress, this);
|
||||
dialog.exec();
|
||||
}
|
||||
|
||||
} // namespace pdfviewer
|
||||
|
Reference in New Issue
Block a user