摘要: Qt中为WindowSystemEvent事件定义了处理函数Handler,通过宏定义和模版来声明定义 QT_DEFINE_QPA_EVENT_HANDLER Matches (25 in 1 files) qwindowsysteminterface.cpp (gui\kernel) line 1 阅读全文
posted @ 2024-09-26 14:51 MarsCactus 阅读(63) 评论(0) 推荐(0)
摘要: #include "QtWidgetsApplication1.h" #include <QtWidgets/QApplication> class GlobalEventFilter : public QObject { public: virtual bool eventFilter(QObje 阅读全文
posted @ 2024-09-26 12:13 MarsCactus 阅读(27) 评论(0) 推荐(0)