void showEvent(QShowEvent *e){
this->setAttribute(Qt::WA_Mapped);
QWidget::showEvent(e);
}
qt最小化后恢复界面冻结状解决办法
最新推荐文章于 2023-12-12 15:57:19 发布
void showEvent(QShowEvent *e){
this->setAttribute(Qt::WA_Mapped);
QWidget::showEvent(e);
}