首页 > Qt——模态、非模态

Qt——模态、非模态

模态: 只能操作对话框

非模态:要使用

QDialog *_d = new QDialog();

_d->setattribute(Qt::WA_DeleteOnClose);

_d->show();

转载于:https://www.cnblogs.com/yangxinrui/p/10515249.html

更多相关: