mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Signature plugin: edit item via double click
This commit is contained in:
@ -38,7 +38,7 @@ namespace pdf
|
||||
{
|
||||
class PDFPageContentElement;
|
||||
|
||||
class PDFPageContentEditorStyleSettings : public QWidget
|
||||
class PDF4QTLIBSHARED_EXPORT PDFPageContentEditorStyleSettings : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
@ -67,6 +67,14 @@ public:
|
||||
void setFontAlignment(Qt::Alignment alignment, bool forceUpdate);
|
||||
void setTextAngle(PDFReal angle, bool forceUpdate);
|
||||
|
||||
static bool showEditElementStyleDialog(QWidget* parent, PDFPageContentElement* element);
|
||||
|
||||
const QPen& getPen() const;
|
||||
const QBrush& getBrush() const;
|
||||
const QFont& getFont() const;
|
||||
Qt::Alignment getAlignment() const;
|
||||
PDFReal getTextAngle() const;
|
||||
|
||||
signals:
|
||||
void penChanged(const QPen& pen);
|
||||
void brushChanged(const QBrush& brush);
|
||||
|
Reference in New Issue
Block a user