mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
XFA: xfa engine parsing template
This commit is contained in:
@ -23,6 +23,7 @@
|
||||
#include "pdfannotation.h"
|
||||
#include "pdfdocumentdrawinterface.h"
|
||||
#include "pdfsignaturehandler.h"
|
||||
#include "pdfxfaengine.h"
|
||||
|
||||
#include <QTextLayout>
|
||||
|
||||
@ -720,6 +721,8 @@ private:
|
||||
PDFForm m_form;
|
||||
bool m_isCommitDisabled;
|
||||
|
||||
PDFXFAEngine m_xfaEngine;
|
||||
|
||||
std::vector<PDFFormFieldWidgetEditor*> m_widgetEditors;
|
||||
PDFFormFieldWidgetEditor* m_focusedEditor;
|
||||
MouseGrabInfo m_mouseGrabInfo;
|
||||
|
Reference in New Issue
Block a user