Python Forum

Full Version: QT_DEVICE_PIXEL_RATIO deprecated
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, Im trying out this tutorial that uses Anaconda/PyQt to create a GUI app. I created the GUI and the app works fine as in the tutorial but then in Anaconda Prompt i get a warning when the app runs :

Warning: QT_DEVICE_PIXEL_RATIO is deprecated. Instead use : QT_AUTO_SCREEN_SCALE_FACTOR to enable platform plugin controlled per-screen factors. ....etc

How/Where do i do change what i need to change?

Im using Windows 8.1 Single Language, in case the OS used is a factor.

Side note: python/anaconda/pyqt level - lower than noob.