Order QML plasmoid context menu

Francesco Nwokeka francesco.nwokeka at gmail.com
Sat Sep 17 23:51:59 UTC 2011


Hi guys,
    wanted to notify about an issue. Currently it's possible to add
actions to a QML plasmoid's context menu. But this menu is not ordered
in any way. Nor by "insertion" and nor alphabetically.
So I wanted to know, is there some hidden function to do this (order
the list of actions) or does it still have to be implemented?

P.S context menu is added like:

>plasmoid.setAction("contextOnline", i18n("Online"), "user-online");
>
>plasmoid.action_contextOnline = function()
>{
>    BLA BLA BLA
>}

Thanks,
    nwoki


More information about the Plasma-devel mailing list