[clazy] [Bug 403195] New check: warn on hidpi issues

2019-04-25 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=403195 Sergio Martins changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution|---

[clazy] [Bug 403195] New check: warn on hidpi issues

2019-01-14 Thread Nyall Dawson
https://bugs.kde.org/show_bug.cgi?id=403195 --- Comment #2 from Nyall Dawson --- Sergio - is that also the case for methods like setIconSize? My experience has been the opposite, under both Windows 10 and Fedora (Gnome Shell), on a Dell XPS 13. ANY fixed sizes are hugely undersized on the displa

[clazy] [Bug 403195] New check: warn on hidpi issues

2019-01-14 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=403195 --- Comment #1 from Sergio Martins --- It's completely ok to use setFixedSize(16, 16), as those 16x16 pixels are not really physical pixels, but logical pixels. Qt converts from logical to physical internally, depending on your hdpi settings, and there