I've created an application using Python 3.2 and PyQt4. When it runs on a higher resolution monitor like ~1900x1300 pixel densities the widget looks so small.
Is there any way we can make the app to adjust itself according to the DPI of the screen? As suggested in this qt doc I tried configuring the QT_DEVICE_PIXEL_RATIO but didn't work out. Please let me know how it can be done? FYI I'm using Windows 8.1.