setWindowFlags (Qt::WindowStaysOnTopHint);. 取消窗口置顶代码 setWindowFlags(!Qt::WindowStaysOnTopHint);//add a '!' compared with the upper one.
確定! 回上一頁