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.
我正在尝试使用 Qmain Window 并使其全屏显示,只能启用几次击键。在纯 Qt 中它可以完成,您仍然会有忽略 Qt 事件处理程序的击键。像 windows 键。所以我正在考虑混合纯win32和Qt来让它工作。但我不知道如何混合 2 。或者有任何其他技巧可以使它起作用。
你说的混合是什么意思?您可以将 showFullScreen() 用于 QMainWindow,然后hooks from WinAPI用于捕获特殊键(例如在 Main 函数中)。
hooks from WinAPI
看一眼QWidget::grabKeyboard()
QWidget::grabKeyboard()