Element editor : add text field is managed by ESEvent

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3472 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2014-11-09 23:49:13 +00:00
parent 49c53376ef
commit b492ad1fff
6 changed files with 132 additions and 19 deletions

View File

@@ -41,7 +41,7 @@ class ElementScene : public QGraphicsScene {
// enum
public:
enum Behavior { Normal, Terminal, TextField, PasteArea };
enum Behavior { Normal, Terminal, PasteArea };
enum ItemOption {
SortByZValue = 1,
IncludeTerminals = 2,
@@ -162,7 +162,6 @@ class ElementScene : public QGraphicsScene {
public slots:
void slot_move();
void slot_addTerminal();
void slot_addTextField();
void slot_select(const ElementContent &);
void slot_selectAll();
void slot_deselectAll();