<div dir="auto">While were on this topic <a href="https://bugreports.qt.io/browse/QTBUG-75039">https://bugreports.qt.io/browse/QTBUG-75039</a><div dir="auto"><br></div><div dir="auto">It seems qt has a few bugs related to this. Make sure multi monitor setups are tested as well. </div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Sep 28, 2019, 11:05 AM Christoph Cullmann <<a href="mailto:christoph@cullmann.io">christoph@cullmann.io</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I just checked again the HIDPI support of Kate/KWrite on Windows and it <br>
"sucked".<br>
<br>
It seems we never properly did setup the stuff to auto-scale, e.g. the<br>
<br>
  QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling, true);<br>
<br>
call was missing, we only had the<br>
<br>
  QCoreApplication::setAttribute(Qt::AA_UseHighDpiPixmaps, true);<br>
<br>
part that we sprinkled in most of KDE's things in the past.<br>
<br>
I now rectified that for Kate/KWrite, shall we do this for all our <br>
applications?<br>
<br>
Greetings<br>
Christoph<br>
<br>
-- <br>
Ignorance is bliss...<br>
<a href="https://cullmann.io" rel="noreferrer noreferrer" target="_blank">https://cullmann.io</a> | <a href="https://kate-editor.org" rel="noreferrer noreferrer" target="_blank">https://kate-editor.org</a><br>
</blockquote></div>