How to auto scale screen resolution
-
Hi guys,
I have three different screens with the following resolutionsscreen 1 - 1366 x 768(Recommended)
screen2 - 2560 x 1440(Recommended)
screen 3 - 1920 x 1200(Recommended)I have designed an app with Qt designer, when I preview the design on the various screens. I get different results with the UI. I would like to know if there is a way to auto scale the app window when the app detects a new resolution. Thanks in advance.
-
Hi guys,
I have three different screens with the following resolutionsscreen 1 - 1366 x 768(Recommended)
screen2 - 2560 x 1440(Recommended)
screen 3 - 1920 x 1200(Recommended)I have designed an app with Qt designer, when I preview the design on the various screens. I get different results with the UI. I would like to know if there is a way to auto scale the app window when the app detects a new resolution. Thanks in advance.
@LT-K101 said in How to auto scale screen resolution:
I get different results with the UI
In what way?
Do you use layouts? -
@LT-K101 said in How to auto scale screen resolution:
I get different results with the UI
In what way?
Do you use layouts? -
@jsulm Yes I do use layouts. But when I set all screens to same resolution I get same result
@LT-K101 said in How to auto scale screen resolution:
But when I set all screens to same resolution I get same result
Sorry I still do not understand what exactly the problem is...
-
@LT-K101 said in How to auto scale screen resolution:
But when I set all screens to same resolution I get same result
Sorry I still do not understand what exactly the problem is...
-
@jsulm Please see the images below. Now screen 2 and 3 are set to 1920 x 1080 and screen 1 is set to 1366 x 768. I believe you will understand what I'm trying to put across now.
Preview image from Screen 1

Preview image from Screen 2 and 3
