Actions
Feature #824
open
SS
SS
Move some action attributes to the ui.rc file
Feature #824:
Move some action attributes to the ui.rc file
Start date:
03/25/2022
Due date:
% Done:
0%
Estimated time:
Description
Currently these have to be defined programmatically in C++ due to a bug in KXmlGui.
SS Updated by Soren Stoutner about 4 years ago
Specifically, Action currently ignores `text`, `icon`, and `group` settings, even though the specification file indicates they should work.
https://invent.kde.org/frameworks/kxmlgui/-/blob/master/src/kxmlgui.xsd
Actions