from qt io forum
I found that [QT SCALE FACTOR] is useless, as it acts a a multiplier of ms-window scale factor, so setting it to 1 has no effects. And setting it to any other value will work even on none high dpi screen, which will shrink/expand everything.
The working option is : os.environ["QT_ENABLE_HIGHDPI_SCALING"]= "0"