Re: [Development] High-DPI on Win

2016-01-04 Thread Friedemann Kleint
Hi, >(3) Don't calculate the scale from the display resolution (QPlatformScreen::pixelDensity()). >In QT5.5 the devicePixelRatio is obviously set to either 1.0 or 2.0 depending on the >resolution of the display. I'm not sure for Qt5.6, but it seems to be alike here. However, in Win the >user

Re: [Development] High-DPI on Win

2015-12-31 Thread Thiago Macieira
On Thursday 31 December 2015 20:01:03 Waldmanns wrote: > “there is a possibility that a solution like > codereview.qt-project.org/#/c/143819 may be available in the future, but > not for 5.6” > > this then effectively means that QT will not be able to work properly on Win > for a long time to come

[Development] High-DPI on Win

2015-12-31 Thread Waldmanns
thanks to all the good responses ! “Mind you, I have not found many Windows applications that handle high-dpi correctly, software is definitely lagging behind hardware here.” I’m using my HDPI laptop since 2 years, and at that time many programs had issues but nowadays I find it hard to find on

Re: [Development] High-DPI on Win

2015-12-29 Thread Mark De Wit
wrap the images in a transform to make them scale to 250%. Mark -Original Message- From: Development [mailto:development-boun...@qt-project.org] On Behalf Of Thiago Macieira Sent: 29 December 2015 12:19 To: development@qt-project.org Subject: Re: [Development] High-DPI on Win On Tuesda

Re: [Development] High-DPI on Win

2015-12-29 Thread Thiago Macieira
On Tuesday 29 December 2015 09:45:19 Mark De Wit wrote: > Sadly, I must agree with you that Qt does indeed not handle high-dpi windows > very well ☹ I have Qt applications that I cannot use on my system, and > have resorted to qt.conf to turn off DPI-awareness for them; fuzzy scaling > was prefer

Re: [Development] High-DPI on Win

2015-12-29 Thread Sorvig Morten
Hello! > On 28 Dec 2015, at 21:50, Die Waldmanns wrote: > > (1) Support of fractional scaling (devicePixelRatio). > This ratio is qreal, but in QT5.5 it nevertheless seems not be possible to > set it to fractional values (I could get it only to 1.0,2.0,3.0 etc). In > 5.6-beta1 the new environ

Re: [Development] High-DPI on Win

2015-12-29 Thread Mark De Wit
] High-DPI on Win Hey Everyone, first, I'd like to apologize if that is the wrong place for the following, but I've seen the "High-DPI 5.6 beta update" thread, which encouraged me to post here. Second, you'll quickly realize that I'm new to QT, so not everything I&#

Re: [Development] High-DPI on Win

2015-12-28 Thread Thiago Macieira
On Monday 28 December 2015 21:50:18 Die Waldmanns wrote: > (2) Allow setting the devicePixelRatio programatically. The current method > via an environment variable might not be considered acceptable, or a > programmer might want to modify the built-in method of how it is determined > automatically.

[Development] High-DPI on Win

2015-12-28 Thread Die Waldmanns
Hey Everyone,   first, I'd like to apologize if that is the wrong place for the following, but I've seen the "High-DPI 5.6 beta update" thread, which encouraged me to post here. Second, you'll quickly realize that I'm new to QT, so not everything I'm saying might be prefectly on spot, I beg for