I need in QMenuBar set all QMenu in the centre
See at the example:
[HTML]| | | File | Edit | | |[/HTML]
I need in QMenuBar set all QMenu in the centre
See at the example:
[HTML]| | | File | Edit | | |[/HTML]
Why...? Menu items are not widgets but drawn on the fly so I'm afraid there's no other way to hack around this but rewrite a custom menu bar.
J-P Nurmi
You could probably do that by implementing a custom style (I think Mac has something simmilar with tab bars), but I don't really see a point of doing that.
Bookmarks