bigbigmdm / QT-CH341A-LINUX-PROGRAMMER

Programmer tools use CH341A EEPROM programmer for 24C01 ... 24C1024 chip.
GNU Lesser General Public License v2.1
55 stars 17 forks source link

DPI problem in kde #9

Open fritzoliverdevel opened 3 months ago

fritzoliverdevel commented 3 months ago

Hi! I get this on opensuse tumbleweed KDE platform dpi is invalid got from xsettings(Qt/DPI/ and Xft/DPI), fallback to get dpi from QXcbScreen::logicalDpi() Can you help me?

bigbigmdm commented 3 months ago

If you not principal using this software, please see my IMSProg. He's universal 24xxx, 25xxx, 93xxx series chip programmer for CH341A. The IMSProg compiled for Debian, RedHat, Fedora, Arch, OpenSUSE. The readme file has links for this packets. This is the project I'm doing right now.

If you want to use this particular program, you may need to add the line in file main.cpp before string QApplication app(argc, argv); place the string QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);.

I'm not 100% sure it will help. I just don't have anything to try it on. I don't have a monitor of that resolution.