Stephen Leake wrote:
> Is there a way to disable menu items, but still have them displayed?
> 
Yes, you need to set to False value of QAction::enabled property. So, do
something like this:

Item.Set_Enabled (False);

_______________________________________________
qtada-users mailing list
[email protected]
http://lists.qtada.com/mailman/listinfo/qtada-users_lists.qtada.com

Reply via email to