Hi everyone,

I have a QMainWindow with a menu bar and inside the QMainWindow I have a QGLWidget (actually a derived class).
Before I added the menu bar, the QGLWidget filled up the whole mainWindow.
Now with the menu bar there is a border at all sides, which looks ugly.

How can I remove it?