Widget for viewving PDF Object

This commit is contained in:
Jakub Melka
2021-06-12 18:47:56 +02:00
parent eb5f904842
commit c0b0fb6010
5 changed files with 314 additions and 8 deletions

View File

@ -35,11 +35,13 @@ CONFIG += c++11
SOURCES += \
objectinspectordialog.cpp \
objectinspectorplugin.cpp \
objectviewerwidget.cpp \
pdfobjectinspectortreeitemmodel.cpp
HEADERS += \
objectinspectordialog.h \
objectinspectorplugin.h \
objectviewerwidget.h \
pdfobjectinspectortreeitemmodel.h
CONFIG += force_debug_info
@ -51,4 +53,5 @@ RESOURCES += \
icons.qrc
FORMS += \
objectinspectordialog.ui
objectinspectordialog.ui \
objectviewerwidget.ui