Re: [Interest] High DPI support in QT (Windows)

2015-09-24 Thread Sorvig Morten
> On 23 Sep 2015, at 15:07, Adam Light wrote: > > > Does the new code deal with actually drawing widgets containing icons > correctly depending on the resolution of the display that widget is currently > displayed on? > > For example, covering the following previous (possibly abandoned?) pat

Re: [Interest] High DPI support in QT (Windows)

2015-09-23 Thread Adam Light
On Wed, Sep 23, 2015 at 4:01 AM, Sorvig Morten < morten.sor...@theqtcompany.com> wrote: > Hi, > > Behind the scenes the new 5.6 support is actually a rewrite, where we have > moved the implementation from the platform plugins to QtGui. > > The user-visible changes are the environment variables: >

Re: [Interest] High DPI support in QT (Windows)

2015-09-23 Thread Sorvig Morten
Hi, Behind the scenes the new 5.6 support is actually a rewrite, where we have moved the implementation from the platform plugins to QtGui. The user-visible changes are the environment variables: QT_DEVICE_PIXEL_RATIO: deprecated, and replaced by QT_SCALE_FACTOR: which takes a

Re: [Interest] High DPI support in QT (Windows)

2015-09-22 Thread Pavlo Dyachenko
Yes, it seems that there are some minor improvements, however QT_SCALE_FACTOR variable still only supports numeric values. On 21 September 2015 at 16:36, Adam Light wrote: > > > On Fri, Sep 18, 2015 at 1:38 AM, Pavlo Dyachenko wrote: > >> Hi QT team, I posted a question on the forum about high

Re: [Interest] High DPI support in QT (Windows)

2015-09-22 Thread Robert Iakobashvili
Hi Pavlo, Some pointers that may be helpful: Set in your Qt application: Qt::AA_UseHighDpiPixmaps Further use a Poor Man's Test: http://blog.davidedmundson.co.uk/blog/kde_apps_high_dpi But keep in mind the below procedure, To return back from Hi-DPI on a regular screen where you cannot see the

Re: [Interest] High DPI support in QT (Windows)

2015-09-21 Thread Emre Besirik
Well, I also hope for some imrovement on this subject as I’ve been there too with 5.3 I think… > On 21 Sep 2015, at 18:36, Adam Light wrote: > > > > On Fri, Sep 18, 2015 at 1:38 AM, Pavlo Dyachenko > wrote: > Hi QT team, I posted a question on the forum about high D

Re: [Interest] High DPI support in QT (Windows)

2015-09-21 Thread Adam Light
On Fri, Sep 18, 2015 at 1:38 AM, Pavlo Dyachenko wrote: > Hi QT team, I posted a question on the forum about high DPI support but > then was recommended this mailing list instead: > According to documentation here http://doc.qt.io/qt-5/highdpi.html QT > 5.4+ introduces high DPI support. However,

[Interest] High DPI support in QT (Windows)

2015-09-20 Thread Pavlo Dyachenko
Hi QT team, I posted a question on the forum about high DPI support but then was recommended this mailing list instead: According to documentation here http://doc.qt.io/qt-5/highdpi.html QT 5.4+ introduces high DPI support. However, either I’m missing something fundamental or the current support is