Hello

I have a question about resizinng my UI

I have built a nice big app with QT, but when I try to transpose it to a different machine, the size of my UI window is way too large.

basically I have set the maximum and minimum sizes to accommodate all of my buttons and test screens on the UI.

If I try to change the minimum size on the qdesigner, and try to resize the ui, only the background moves, leaving all the widgets and buttons behind.

I have been conducting some research, and it seems I should have used a layout for the design.

If I try applying a layout now, it just messes up my UI to the point of it being unusable.

I have spent months creating my application, is it too late to apply any layout without messing up the UI?

I have spent a long time on this app, and its far too late to be starting again.

Any advice will be appriciated

TGB