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.
我正在寻找类似 WS_EX_NOACTIVATE on windows for mac tool windows 的东西。这样做只是为了防止工具窗口被激活。我实际上正在使用 Qt,但一般提示同样可以很好地将我带入正确的方向。
编辑:Qt 似乎在 mac 上使用“kFloatingWindowClass”常量。
多谢!亚历克斯