PDA

View Full Version : how to add seperator into QMenuBar?



josentop
19th October 2011, 06:39
I create one QMenuBar and add some actions directly on it, I need to add the seperator to distinguish the every group actions. But I can't see the seperator after add the seperator by addSeperator(). could you please give me some suggestions? thanks.

Spitfire
19th October 2011, 14:11
If you're trying to add separator to the menu bar (where usually you have File, Edit, View etc) I don't think you can.