Home
last modified time | relevance | path

Searched refs:it_Delete (Results 1 – 6 of 6) sorted by relevance

/dports/devel/umbrello/umbrello-21.12.3/umbrello/menus/
H A Dassociationwidgetpopupmenu.cpp41 insert(mt_Delete, Icon_Utils::SmallIcon(Icon_Utils::it_Delete), i18n("Delete Anchor")); in AssociationWidgetPopupMenu()
H A Dlistpopupmenu.cpp173 case mt_Delete: LPMISI(it_Delete, i18n("Delete")); break; in insert()
/dports/devel/umbrello/umbrello-21.12.3/umbrello/
H A Dicon_utils.h121 it_Delete, enumerator
H A Dicon_utils.cpp238 case it_Delete: return QLatin1String("edit-delete"); in toString()
H A Duml.cpp436 deleteSelectedWidget->setIcon(Icon_Utils::SmallIcon(Icon_Utils::it_Delete)); in initActions()
546 deleteDiagram->setIcon(Icon_Utils::SmallIcon(Icon_Utils::it_Delete)); in initActions()
/dports/devel/umbrello/umbrello-21.12.3/umbrello/refactoring/
H A Drefactoringassistant.cpp459 m_menu->addAction(createAction(i18n("Delete"), SLOT(deleteItem()), Icon_Utils::it_Delete)); in showContextMenu()