Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Qt 中编写了一个简单的程序,显示一个未装饰的窗口。即使此窗口未处于活动状态,我也希望窗口对鼠标事件(鼠标移动)做出反应。现在唯一的机会是单击窗口,使其处于活动状态。 我知道 OSX 上存在 NSTrackingArea 的概念。任何人都可以给我一个关于如何在 Qt 上实现它的提示吗? 我现在正在使用 Qt 4.8.3。
提前谢谢了。问候,-克里斯-
从 QWindow 继承并覆盖
bool QWindow::event(QEvent * ev)