Application that suits all resolution
-
What's your actual problem? Qt automatically resizes the elements when using layouts.
-
What's your actual problem? Qt automatically resizes the elements when using layouts.
@Christian-Ehrlicher I used layout but when the application is minimized in a low resolution the application is being cut from the screen
-
@Christian-Ehrlicher I used layout but when the application is minimized in a low resolution the application is being cut from the screen
-
@ManiRon
Hi
You might have some widget that have either
fixed size or minimum size set and the layout cannot
compress it further. -
@ManiRon
yes it could be.
But just try it on the hires screen.
Drag the size (resize) and see how small its allowed to become.
Qt itself do not prevent very small sizes but
setting fixed or minimum will/might.