Hi, as far as I remember you don't get events/signals for disabled widgets.
Ginsengelf
Hi, as far as I remember you don't get events/signals for disabled widgets.
Ginsengelf
In the slot for hovered signal, I check the action to see if it is enabled.
If it is enabled, I set the cursor for the menu to be pointing hand cursor.
If it is not enabled, I set the cursor for the menu to be arrow cursor.
But the mouse cursor does not change, even though the call to QMenu::setCrursor
gets executed.
GUI Developer
Bookmarks