PDA

View Full Version : align QMenu QToolBar



MSN9149
3rd August 2011, 17:28
Hi
I have created a window that inherits from Qwidget. I have added a Qmenu and a QToolBar to that QWidget.
but I can't get them aligned even if I put the menu and the tool bar in the same layout, I have a margin on the left of the window.

sorry for my bad english :rolleyes:

mcosta
4th August 2011, 10:18
Please post your code and a snapshot of the result.

Have you used QMainWindow?