Texts group can be removed with the delete key of keybord

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5142 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2017-12-05 21:41:29 +00:00
parent 89c019a10e
commit e8905793cc
7 changed files with 61 additions and 45 deletions

View File

@@ -68,7 +68,6 @@ class DiagramView : public QGraphicsView
QETDiagramEditor *diagramEditor() const;
bool hasCopiableItems();
bool hasTextItems();
bool hasDeletableItems();
void editSelection();
void setEventInterface (DVEventInterface *event_interface);
@@ -119,7 +118,6 @@ class DiagramView : public QGraphicsView
void selectNothing();
void selectAll();
void selectInvert();
void deleteSelection();
void setVisualisationMode();
void setSelectionMode();
void zoom(const qreal zoom_factor);