mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Rendering error reporting dialog
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#define PDFVIEWERMAINWINDOW_H
|
||||
|
||||
#include "pdfcatalog.h"
|
||||
#include "pdfrenderer.h"
|
||||
|
||||
#include <QMainWindow>
|
||||
#include <QSharedPointer>
|
||||
@@ -54,10 +55,13 @@ private slots:
|
||||
void on_actionPageLayoutTwoColumns_triggered();
|
||||
void on_actionFirstPageOnRightSide_triggered();
|
||||
|
||||
void on_actionRendering_Errors_triggered();
|
||||
|
||||
private:
|
||||
void onActionOpenTriggered();
|
||||
void onActionCloseTriggered();
|
||||
void onActionQuitTriggered();
|
||||
void onPageRenderingErrorsChanged(pdf::PDFInteger pageIndex, int errorsCount);
|
||||
|
||||
void readSettings();
|
||||
void writeSettings();
|
||||
|
Reference in New Issue
Block a user