mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Encryption settings dialog
This commit is contained in:
@ -103,6 +103,7 @@ public:
|
||||
SendByMail,
|
||||
RenderToImages,
|
||||
Optimize,
|
||||
Encryption,
|
||||
FitPage,
|
||||
FitWidth,
|
||||
FitHeight,
|
||||
@ -318,6 +319,7 @@ private:
|
||||
void onActionSendByEMailTriggered();
|
||||
void onActionRenderToImagesTriggered();
|
||||
void onActionOptimizeTriggered();
|
||||
void onActionEncryptionTriggered();
|
||||
void onActionFitPageTriggered();
|
||||
void onActionFitWidthTriggered();
|
||||
void onActionFitHeightTriggered();
|
||||
|
Reference in New Issue
Block a user