[Interest] Qt 5.4 high dpi support on Windows

2014-11-10 Thread Douglas . Lee
Hi all, I'm trying to follow the documentation ( http://doc-snapshot.qt-project.org/qt5-5.4/highdpi.html) about how to use qt.conf to change the dpiawareness setting of the Window platform plugin. What I came up with is that I should have a qt.conf file next to my exe with the following content

[Interest] QtWinMigrate and QThread event loop (4.8.3)

2012-10-31 Thread Douglas . Lee
Hi, I've recently discovered that if an application creates a new background QThread and calls QThread::start() to start the thread's event loop, that thread will sometimes process QMfcApp::winEventFilter, which in turn will cause MFC events to be processed in the background thread. However, th