Hi

I need to enable/disable some items into main menu based if a control is selected or not. For example I have a list control and in the menu two items, "create" and "delete". I want to show as disabled the item "delete" if there is no selection in the list.

How is possible to do this with Qt?

Thank you