hi,
I have a QglWidget which I would like to be 100% of the size of his parent QMainWindow.
When I create the QglWidget he is the right size (parent auto-created), but now I tried to maximize it with :
Qt Code:
QSizePolicy sizePolicy; qglWidget.setSizePolicy(sizePolicy);To copy to clipboard, switch view to plain text mode
but it doesn't seem to work
Any idea ?
Bookmarks