I can find no non-deprecated way of hiding an item in a menu bar in Qt4.
This post: http://qt.nokia.com/developer/faqs/585 gives a method that uses deprecated Qt3 compatibility functions.
Is there a better way?
Printable View
I can find no non-deprecated way of hiding an item in a menu bar in Qt4.
This post: http://qt.nokia.com/developer/faqs/585 gives a method that uses deprecated Qt3 compatibility functions.
Is there a better way?
If I understood you correctly, you need QAction::setVisible().