mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Redact text search result
This commit is contained in:
@ -58,6 +58,10 @@ public:
|
||||
|
||||
void setDocument(const pdf::PDFModifiedDocument& document);
|
||||
|
||||
/// Returns selected text items in the table (selected means not all results,
|
||||
/// but those, which are selected rows in the result table)
|
||||
pdf::PDFTextSelection getSelectedText() const;
|
||||
|
||||
protected:
|
||||
virtual void showEvent(QShowEvent* event) override;
|
||||
virtual void hideEvent(QHideEvent* event) override;
|
||||
|
Reference in New Issue
Block a user