mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
AudioBook Plugin: Display texts on page
This commit is contained in:
@@ -48,6 +48,7 @@ struct AudioTextStreamActions
|
||||
QAction* actionMoveSelectionUp = nullptr;
|
||||
QAction* actionMoveSelectionDown = nullptr;
|
||||
QAction* actionCreateAudioBook = nullptr;
|
||||
QAction* actionClear = nullptr;
|
||||
};
|
||||
|
||||
class AudioTextStreamEditorDockWidget : public QDockWidget
|
||||
@@ -66,6 +67,8 @@ public:
|
||||
QString getSelectionText() const;
|
||||
void clearSelectionText();
|
||||
|
||||
void goToIndex(size_t index);
|
||||
|
||||
private:
|
||||
Ui::AudioTextStreamEditorDockWidget* ui;
|
||||
pdf::PDFDocumentTextFlowEditorModel* m_model;
|
||||
|
Reference in New Issue
Block a user