resize mdiArea with Mainwindow
Unsolved
General and Desktop
-
In that case, why don't you put the mdiArea directly as central widget with designer ?
-
Add mdiArea to the vertical layout and you should be good to go.
-
I think that is what i done, but it still desn't work
-
So what you want is to put all layout margins at 0 so your mdiArea widget will take the whole place
-
The question is going to be silly but did you just put it over the QMainWindow or did you explicitly clicked the layout vertically menu entry ?
-
What do you mean by you can't put the mdi area over it ?
-
QWidget or QMainWindow ? In any case, you only need to put the QMdiArea in a layout on the widget
-
MainWindow can be a QMainWindow or a QWidget depending on what parameter you choose