Den fre 13 sep. 2019 kl 17:51 skrev Thiago Macieira :
>
> On Friday, 13 September 2019 08:35:59 PDT Elvis Stansvik wrote:
> > > What happened to QT_AUTO_SCREEN_SCALE_FACTOR and QT_SCREEN_SCALE_FACTORS?
> >
> > I wonder too. I assume they've not been removed? The latter is the one that
> > KDEs kscr
On Friday, 13 September 2019 08:35:59 PDT Elvis Stansvik wrote:
> > What happened to QT_AUTO_SCREEN_SCALE_FACTOR and QT_SCREEN_SCALE_FACTORS?
>
> I wonder too. I assume they've not been removed? The latter is the one that
> KDEs kscreen KCM manipulates AFAIK, and I occasionally use it from command
Den fre 13 sep. 2019 17:15Thiago Macieira skrev:
> On Friday, 13 September 2019 06:43:30 PDT Morten Sørvig wrote:
> > * Environment variables for development and testing:
> >
> > - QT_SCALE_FACTOR : enables devicePixelRatio scaling in
> > QtGui, applies a global scale factor. - Q
On Friday, 13 September 2019 06:43:30 PDT Morten Sørvig wrote:
> * Environment variables for development and testing:
>
> - QT_SCALE_FACTOR : enables devicePixelRatio scaling in
> QtGui, applies a global scale factor. - QT_ENABLE_HIGHDPI_SCALING [new] :
> enables devicePixelRatio
Hi all,
We’ve recently merged several patches which improves Qt’s high-DPI support. The
changes include:
* Support for fractional device pixel ratios (e.g. Windows 150%)
* Support per-screen DPI in more places like QStyle
* Cleanup of configuration API and options.
These fixes applies mostly to