mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Signature plugin: Some adjustments, icons
This commit is contained in:
@@ -23,6 +23,8 @@
|
||||
#include <QDockWidget>
|
||||
#include <QSignalMapper>
|
||||
|
||||
class QToolButton;
|
||||
|
||||
namespace Ui
|
||||
{
|
||||
class PDFPageContentEditorWidget;
|
||||
@@ -42,6 +44,8 @@ public:
|
||||
/// Adds external action to the tool box
|
||||
void addAction(QAction* action);
|
||||
|
||||
QToolButton* getToolButtonForOperation(int operation) const;
|
||||
|
||||
signals:
|
||||
void operationTriggered(int operation);
|
||||
|
||||
|
Reference in New Issue
Block a user