qgis-midvatten-plugin
qgis-midvatten-plugin copied to clipboard
hidpi support
Some parts of gui are nor suitable for hidpi displays. See screenshot:
Enable better support by:
- avoid hardcoded pixel values
- force resize of dialogs
- only svg icons
further reading: https://www.itopen.it/qgis-and-qt-getting-ready-for-hidpi-screens/
I can not reproduce this issue when using the qgis3 branch on virtual win10 and ubuntu 18.04. Hopefully most of the hidpi problems are fixed by using qt5 and matplotlib >=2?
No, unfortunately. This is a major issue. Several parts of ui are completely unusable.
The section plot ui is redone (waiting eagerly for the verdict) in branch simon-merge. This issue should be fixed for section plot.
Super! Just tested quickly and most parts of gui looks good. Although the font size within matplotlib plot gets small. I guess font size can be edited in the plot settings string (I have not tested).
Yes the fontsize is set in the templates. I've worked from home and adjusted the sizes to work with a very small screen and low resolution. Maybe it could be solved by having two "default" templates with different settings so the user can choose the best for the moment.
Maybe a set of templates where font size, markers (and legend symbology size) are adjusted to be useful on various dpi? Or should it be on various pixel density?
A quick search gave that pixel density may be, at least, ranging from 96 to 384 ppi.
(https://www.eizo.be/knowledge/monitor-expertise/understanding-pixel-density/)
Suggeted templates: (96 ppi) 144 ppi 192 ppi 288 ppi (384 ppi)
Seems to be less of a problem nowadays. Probably thanks to general hidpi enhancements in Qt and desktops in general.