Dynamically change GUI layout Qt5.5
-
I have an application GUI build using QT GUI designer. I would like to change/optimize how the GUI looks like base on the screen resolution (HD vs lower or higher resolution). So, rearrange the widgets location and size etc. What is the best/ elegant way to do this without to become a maintenance nightmare?
Thanks!
-
Hi,
Are you using layouts ? If not you should. They would take care of a lot of the job to place/resize the widgets.
Hope it helps