Layout and size problem
Solved
General and Desktop
-
@GunkutA Well, if you want to use layouts then you should not set sizes manually.
But you can influence the sizes indirectly using https://doc.qt.io/qt-5/qboxlayout.html#setStretch -
@GunkutA said in Layout and size problem:
Can I have a layout without touching the current view?
Yes, you need to layout all these UI parts (which are now not lay out in the window) properly.
-
@GunkutA Well, if you want to use layouts then you should not set sizes manually.
But you can influence the sizes indirectly using https://doc.qt.io/qt-5/qboxlayout.html#setStretch