On Tuesday 29 September 2015 17:49:29 Philippe wrote:
> Well, an application should be able to enable or disable HDPI support at
> Qt startup, programatically.

Agreed. But that means an API, not an environment variable.

Qt Creator did the same thing: it set the variable via qputenv in its main 
function. The result? That got inherited by all applications it ran. Worse, as 
soon as you began running Qt 5.6 applications, they all began producing 
qWarnings if you ran them inside Qt Creator.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to