nomns / nparse

Nomns' Parser for Project1999
GNU General Public License v3.0
43 stars 22 forks source link

Pyqt6cleanup #73

Closed token419 closed 5 months ago

token419 commented 5 months ago

Updated helpers init get_version() to use urllib instead of urllib3. This satisfies the requirements.txt file

Removed global QT_SCALE_FACTOR os environmental variable from being set. As far as I can tell in the QT6 documentation this now only used for High DPI testing, where it was necessary in qt5 to support High DPI previously. Looking at the below page, it looks like QT6 natively support scaling based on the host os's scaling setting.

https://doc.qt.io/qt-6/highdpi.html