Python Forum
QT_DEVICE_PIXEL_RATIO deprecated - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: QT_DEVICE_PIXEL_RATIO deprecated (/thread-7522.html)



QT_DEVICE_PIXEL_RATIO deprecated - ndmrzk - Jan-14-2018

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.