vtk窗口导致Qt程序Ui卡死现象

主界面重写showEvent

showEvent(QShowEvent *e)
{
    this->setAttribute(Qt::WA_Mapped);
    QWidget::showEvent(e);
}

原因等我弄清楚了之后写。。

猜你喜欢

转载自blog.csdn.net/qq_36533978/article/details/101428389
今日推荐