Try using the QT_DEVICE_PIXEL_RATIO exvironment variable.
Try setting it to either auto or 2 or some other number that suits your setup.
As for plugins -- those you'll have to ask the plugin authors for help with. Most likely somewhere in there they have specified some sizes using absolute units, which will need to be changed to use responsive units.
|