局域网视频网站开发flash全站案例网站预览
#include <QtGui/5.15.2/QtGui/qpa/qwindowsysteminterface.h>
// 方便调试事件
QWindowSystemInterface::setSynchronousWindowSystemEvents(true);

直接再 qWindowsWndProc函数中处理
通常情况: 事件被放到一个队列中

#include <QtGui/5.15.2/QtGui/qpa/qwindowsysteminterface.h>
// 方便调试事件
QWindowSystemInterface::setSynchronousWindowSystemEvents(true);

直接再 qWindowsWndProc函数中处理
通常情况: 事件被放到一个队列中
