From afcf3dba0753d71b801fb035277b2ec857f19de9 Mon Sep 17 00:00:00 2001 From: Aleks Kissinger Date: Thu, 20 Sep 2018 22:23:39 +0200 Subject: restructured menu --- src/gui/mainmenu.ui | 38 ++++++++++++++++++++++++++++++++++---- src/gui/toolpalette.cpp | 2 +- 2 files changed, 35 insertions(+), 5 deletions(-) (limited to 'src/gui') diff --git a/src/gui/mainmenu.ui b/src/gui/mainmenu.ui index 80a7c81..1517fb1 100644 --- a/src/gui/mainmenu.ui +++ b/src/gui/mainmenu.ui @@ -36,6 +36,22 @@ + + + Reorder + + + + + + + Transform + + + + + + @@ -48,10 +64,8 @@ - - - - + + @@ -278,6 +292,22 @@ Shift+Down + + + Bring to Front + + + Ctrl+] + + + + + Send to Back + + + Ctrl+[ + + diff --git a/src/gui/toolpalette.cpp b/src/gui/toolpalette.cpp index 044e8d0..c0e2a22 100644 --- a/src/gui/toolpalette.cpp +++ b/src/gui/toolpalette.cpp @@ -43,7 +43,7 @@ ToolPalette::ToolPalette(QWidget *parent) : select = new QAction(QIcon(":/images/select-ak.svg"), "Select"); vertex = new QAction(QIcon(":/images/node-ak.svg"), "Add Vertex"); edge = new QAction(QIcon(":/images/edge-ak.svg"), "Add Edge"); - crop = new QAction(QIcon(":/images/crop.svg"), "Bounding Box"); + //crop = new QAction(QIcon(":/images/crop.svg"), "Bounding Box"); tools->addAction(select); -- cgit v1.2.3