I build with Qt5.
UI is fine with Qt5. normal UI works out-of-box for HIDPI monitor, except debug console. the font is very small, and can not by adjusted by Ctr+mousewheel or Ctr+Key_Plus
because Mac uses pixel scale, so the UI might be usable on retina mac, but on Linux, there is no PixelRatio ( aka , always = 1.0) so the font should not be specified in fixed pixel size. but use QFontMetrics, or, just just use "points" .

