What's the best practice for non resizable, fixed size app?
-
Hello, I'm a little confused about high dpi scaling. I'm using qt designer and I want to make sure that my app looks the same on all systems and resolution scaling settings. I have all my widgets in a layout, set a to minimum size policy (all the widgets have the same minimum and maximum size).
I've tried disabling high dpi scaling, but all the text is still scaling with different Windows scale settings.
Here's how my app looks with scaling disabled(os.environ['QT_ENABLE_HIGHDPI_SCALING'] = '0'):125%

175%

With dpi scaling enabled:
125%

175%
