mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Dialog with information
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
#include "pdfrenderer.h"
|
||||
#include "pdfprogress.h"
|
||||
#include "pdfviewersettings.h"
|
||||
#include "pdfdocumentpropertiesdialog.h"
|
||||
|
||||
#include <QTreeView>
|
||||
#include <QMainWindow>
|
||||
@@ -76,6 +77,8 @@ private slots:
|
||||
void on_actionFitWidth_triggered();
|
||||
void on_actionFitHeight_triggered();
|
||||
|
||||
void on_actionProperties_triggered();
|
||||
|
||||
private:
|
||||
void onActionOpenTriggered();
|
||||
void onActionCloseTriggered();
|
||||
@@ -129,6 +132,7 @@ private:
|
||||
pdf::PDFProgress* m_progress;
|
||||
QWinTaskbarButton* m_taskbarButton;
|
||||
QWinTaskbarProgress* m_progressTaskbarIndicator;
|
||||
PDFFileInfo m_fileInfo;
|
||||
};
|
||||
|
||||
} // namespace pdfviewer
|
||||
|
Reference in New Issue
Block a user