mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Checkbox and radio form fields
This commit is contained in:
@ -93,13 +93,9 @@ private slots:
|
||||
void on_actionFitHeight_triggered();
|
||||
void on_actionProperties_triggered();
|
||||
void on_actionSend_by_E_Mail_triggered();
|
||||
|
||||
void on_actionRotateRight_triggered();
|
||||
|
||||
void on_actionRotateLeft_triggered();
|
||||
|
||||
void on_actionPrint_triggered();
|
||||
|
||||
void on_actionRender_to_Images_triggered();
|
||||
|
||||
private:
|
||||
@ -118,6 +114,7 @@ private:
|
||||
void onProgressFinished();
|
||||
|
||||
void onDocumentReadingFinished();
|
||||
void onDocumentModified(pdf::PDFDocumentPointer document, pdf::PDFModifiedDocument::ModificationFlags flags);
|
||||
|
||||
void readSettings();
|
||||
void readActionSettings();
|
||||
|
Reference in New Issue
Block a user