PDA

View Full Version : Removing divider between menubar and rest of main window



tgreaves
18th February 2009, 16:04
Im using Qt 4.4.3 on windows.. My ui was built in designer.. How do I remove the divider thats between the menubar and the rest of the main window?

I attached an image and circled in red what I want to remove..

aamer4yu
18th February 2009, 16:19
Thats default behaviour I guess... it appears everywhere in menus

tgreaves
18th February 2009, 18:42
I have examples of other programs(not sure what language they are written in) that do not have this divider in them..

wysota
18th February 2009, 20:01
So modify the style your application uses and make sure the bevel is not drawn. As far as I know and remember that's what menu bars used to look like on "old" windows installations.

zgulser
18th February 2009, 20:34
Hi,

You may play with the border properties of the menubar. It could also be useful.