listWidget boarder unable to show correctly on high DPI with 100+ scale screen
Unsolved
Qt for Python
-
issue description:
my screen default "Scale and layout" is 125% (as bellow figure shows), based on that, the Qt listWidget boarder can not show correctly, even I zoom the GUI. But, if I change to 100%, boarder show correctly.
how could solve it at 125% scale
I tried
QtWidgets.QApplication.setAttribute(QtCore.Qt.AA_EnableHighDpiScaling, True)
but not solve itSoftware information:
- PySide 6.7.0 (python 3.11.4)
- window 10
Screen information:
- Size: 24‘’
- Display resolution: 2560*1440