uArmCreatorStudio icon indicating copy to clipboard operation
uArmCreatorStudio copied to clipboard

High dpi scaling problem

Open joihn opened this issue 8 years ago • 2 comments

Hello,

The software doen't scale on an high dpi screen (4k), as a result, everything looks very small.

joihn avatar Sep 03 '16 08:09 joihn

Hi Joihn, I appreciate you bringing up this issue. I'll be looking into it soon, after the upcoming release. As far as I understand, QT supports automatic DPI scaling that I could use, which would make this an easier solve. The only issue I see is that the icons would look bad if scaled (they're all 32x32).

Hmm... Any thoughts? Anyways, I'll get on this soon. Cheers!

apockill avatar Sep 04 '16 18:09 apockill

Hi apockill, thanks for the fast response.

Most window app use automatic DPI scaling, and it work pretty well, I think it's probably the best way to go. Pyqt seems to have some documentation about it, but you probably already found it ;) http://doc.qt.io/qt-5/highdpi.html

If you don't have any 4k screen to test, tell me, I can be a beta tester ;)

About the icon, maybe they don't look too bad on a 4k screen (they will simply be 4 time bigger I think, but we have to test...) Have a nice day !

joihn avatar Sep 04 '16 21:09 joihn