Greetings.

QMenu lists its actions vertically, but I need a menu that lists actions vertically and horizontally (basically, you see a grid of actions when you click, say, File, and not just a list). I've subclassed QWidgetAction, but I can't figure out how to add them to the menu.

I can't add a grid layout to the menu, so what is the proper way of doing this?

Thanks