转载:https://blog.youkuaiyun.com/jiedesheng/article/details/79481496
重写showEvent函数
void showEvent(QShowEvent *e)
{
this->setAttribute(Qt::WA_Mapped);
QWidget::showEvent(e);
}
转载:https://blog.youkuaiyun.com/jiedesheng/article/details/79481496
重写showEvent函数
void showEvent(QShowEvent *e)
{
this->setAttribute(Qt::WA_Mapped);
QWidget::showEvent(e);
}