[umbrello-devel] [umbrello] [Bug 138955] Assigning shortcut to action 'Properties' always brings 'General Properties', not selected object's properties

Ralf Habacker ralf.habacker at freenet.de
Thu Feb 26 22:53:05 UTC 2015


https://bugs.kde.org/show_bug.cgi?id=138955

Ralf Habacker <ralf.habacker at freenet.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ralf.habacker at freenet.de

--- Comment #2 from Ralf Habacker <ralf.habacker at freenet.de> ---
This is because the mentioned shortcut "Properties" is implemented for the
diagram properties.

see uml.cpp:489ff:
    viewProperties =
actionCollection()->addAction(QLatin1String("view_properties"));
    viewProperties->setIcon(Icon_Utils::SmallIcon(Icon_Utils::it_Properties));
    viewProperties->setText(i18n("&Properties"));
    connect(viewProperties, SIGNAL(triggered(bool)), this,
SLOT(slotCurrentViewProperties()));

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the umbrello-devel mailing list