[umbrello] [Bug 76357] Undocked documentation and tree view windows could have hot keys for faster show and hide
Ralf Habacker
bugzilla_noreply at kde.org
Wed Aug 20 15:38:03 BST 2025
https://bugs.kde.org/show_bug.cgi?id=76357
--- Comment #4 from Ralf Habacker <ralf.habacker at freenet.de> ---
(In reply to Iges Seem from comment #2)
> If it would be possible to assing a shortcut to
> New->Attribute then one would just have to select the a class on diagramm
> and press the shortcut to get the new attribute (attribute properties)
> dialog box.
The feature would be nice, but implementing it will be challenging. Currently,
the buttons are created directly when the dialogs are created and linked to the
methods for opening the dialog.
To implement this requirement, this needs to be reworked. When the application
is started, actions must be created for each of the targeted tasks so that they
are visible in the shortcut configuration page. Furthermore, global buttons are
necessary, which are provided with the shortcuts of the associated actions (and
updated when changes are made). For these buttons, connections to the methods
of the relevant dialog must be set up and these must be rebuilt so that they
can be called up before the dialog is opened. The regular dialogs must then use
the prepared buttons instead of defining new ones, but must not delete them
when closing or canceling.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the umbrello-devel
mailing list