I have a problem with the resize of the MainWindow of a GUI Application.
This is what i see when i try to run the Application: Link Image 1
and what happen when i try to resize it with the mouse: Link Image 2
I would like that, when i try to resize the MainWindow it shows the Widget inside like the first image i showed before instead have that large spacing between each "label".
If it can help this is the code: Link Code
You can go straigth on to the functions setUi(), setGridUI(), ignoring the rest of the code. Tried to cut some of it, to make it simple..
Thank you..