I would like to update menu items (actions) under "Options" menu when user opens the menu.
Triggered() signal is emitted when user chooses "Options" LSK.
I can connect to triggered() signal, however it seems that triggered() is signalled after menu is already opened. That behaviour is problematic if I would like to enable or disable actions (setEnabled) under "Options" menu. "Options" menu reflects the setEnabled() settings only after re opening the menu.
Is there a way to refresh menu (actions) after trigggered signal?
Or is there another way to know when user chooses "Options" menu, I quess aboutToShow() doesn't work for "Options" menu?
Qt 4.6.3 & Symbian




