2019年4月12日

[Qt] 通过socket将另一个程序的某个窗口调到最前端

摘要: In linux i use this: I use this in windows, it works 出处:https://forum.qt.io/topic/1939/activatewindow-does-not-send-window-to-front/11 阅读全文

posted @ 2019-04-12 15:55 liujx2019 阅读(540) 评论(0) 推荐(0) 编辑

[Qt] QProcess::startDetached() 避免弹窗,或者窗口一闪而过

摘要: 主动宣告setProcessState(QProcess::NotRunning) 或者在堆上new一个QProcess。 出处: https://stackoverflow.com/questions/33874243/qprocessstartdetached-but-hide-console- 阅读全文

posted @ 2019-04-12 15:52 liujx2019 阅读(2618) 评论(0) 推荐(0) 编辑

导航