Home
last modified time | relevance | path

Searched refs:it_Align_Left (Results 1 – 4 of 4) sorted by relevance

/dports/devel/umbrello/umbrello-21.12.3/umbrello/
H A Dicon_utils.h213 it_Align_Left, enumerator
H A Dicon_utils.cpp198 case it_Align_Left: return QLatin1String("align-horizontal-left"); in toString()
H A Duml.cpp587 alignLeft->setIcon(Icon_Utils::SmallIcon(Icon_Utils::it_Align_Left)); in initActions()
/dports/devel/umbrello/umbrello-21.12.3/umbrello/menus/
H A Dwidgetbasepopupmenu.cpp594 …insert(mt_Align_Left, alignment, Icon_Utils::SmallIcon(Icon_Utils::it_Align_Left), i18n("Align Lef… in insertSubMenuAlign()