问题是,当我在 Qt 中打开一个新窗口时,它会自动窃取前一个应用程序的焦点。
有什么办法可以防止这种情况发生吗?
setAttribute(Qt::WA_ShowWithoutActivating);
这会强制窗口不激活。即使有Qt::WindowStaysOnTopHint
flag文章来源:https://www.toymoban.com/news/detail-822336.html
出处:
Show window in Qt without stealing focus : https://stackoverflow.com/questions/966688/show-window-in-qt-without-stealing-focus文章来源地址https://www.toymoban.com/news/detail-822336.html
到了这里,关于Qt防止创建窗口抢焦点的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!