I have searched on the internet for a long time but I couldn't find an answer to my question.
When resizing the main window of my application I want some of my widgets to grow.
A lot of answers I found were about using layout managers.
My application was almost done so if I use a horizontal or vertical layout my application looks completely different from what it looks now and I am not able to change it to the way it was.
Does anybody know if you can resize widgets while resizing the mainwindow without using layout managers?