Qt on Mac - Clicking the dock icon to show app(if the app is still active)
点击 Dock 图标来显示应用(应用最小化但依然激活的情况下),应用显示不出来。
回答:设置你窗口为 非模式窗口就可以了。(估计是自己不小心设置了)
answer: set your QMainWindow::setWindowModality to Qt::NonModal
原创
2012-03-19 13:13:04 ·
694 阅读 ·
0 评论