Element editor: add ellipse is managed by an esevent

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3461 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2014-11-07 09:39:19 +00:00
parent a7192fcda6
commit 8892828f87
6 changed files with 161 additions and 30 deletions

View File

@@ -128,6 +128,7 @@ class QETElementEditor : public QETMainWindow {
public slots:
void addLine();
void addRect();
void addEllipse();
void slot_new();
void slot_open();