mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
about dialog
This commit is contained in:
@ -18,6 +18,7 @@
|
||||
#include "pdfviewermainwindow.h"
|
||||
#include "ui_pdfviewermainwindow.h"
|
||||
|
||||
#include "pdfaboutdialog.h"
|
||||
#include "pdfviewersettingsdialog.h"
|
||||
|
||||
#include "pdfdocumentreader.h"
|
||||
@ -587,4 +588,11 @@ void PDFViewerMainWindow::on_actionOptions_triggered()
|
||||
}
|
||||
}
|
||||
|
||||
void PDFViewerMainWindow::on_actionAbout_triggered()
|
||||
{
|
||||
PDFAboutDialog dialog(this);
|
||||
dialog.exec();
|
||||
}
|
||||
|
||||
} // namespace pdfviewer
|
||||
|
||||
|
Reference in New Issue
Block a user