[umbrello] [Bug 76357] Undocked documentation and tree view windows could have hot keys for faster show and hide

"Ralf Habacker" <[email protected]> Wed, 20 Aug 2025 14:38:03 +0000
Newsgroups gmane.linux.umbrello.devel
Message-ID <[email protected]/>
https://bugs.kde.org/show_bug.cgi?id=3D76357

--- Comment #4 from Ralf Habacker <[email protected]> ---
(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. Current=
ly,
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 applicat=
ion
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 metho=
ds
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.

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