Dialog with information

This commit is contained in:
Jakub Melka
2019-12-20 18:56:03 +01:00
parent eefa687e3d
commit c228cf6d24
10 changed files with 520 additions and 2 deletions

View File

@ -35,6 +35,7 @@ LIBS += -lPDFForQtLib
SOURCES += \
main.cpp \
pdfaboutdialog.cpp \
pdfdocumentpropertiesdialog.cpp \
pdfsidebarwidget.cpp \
pdfviewermainwindow.cpp \
pdfviewersettings.cpp \
@ -43,6 +44,7 @@ SOURCES += \
HEADERS += \
pdfaboutdialog.h \
pdfdocumentpropertiesdialog.h \
pdfsidebarwidget.h \
pdfviewermainwindow.h \
pdfviewersettings.h \
@ -51,6 +53,7 @@ HEADERS += \
FORMS += \
pdfaboutdialog.ui \
pdfdocumentpropertiesdialog.ui \
pdfsidebarwidget.ui \
pdfviewermainwindow.ui \
pdfviewersettingsdialog.ui