Element editor : improve polygon edition

This commit is contained in:
joshua
2019-09-01 20:29:26 +02:00
parent 3fa071841c
commit 86b610dc84
10 changed files with 456 additions and 279 deletions

View File

@@ -38,7 +38,7 @@ class RectangleEditor : public ElementItemEditor
public:
explicit RectangleEditor(QETElementEditor *editor, PartRectangle *rect = nullptr, QWidget *parent = nullptr);
~RectangleEditor();
~RectangleEditor() override;
bool setPart(CustomElementPart *part) override;
CustomElementPart *currentPart() const override;