QMessage自动定时关闭
摘要:
QMessageBox *box = new QMessageBox(QMessageBox::Information,tr("test"),tr("testtest")); QTimer::singleShot(1500,box,SLOT(accept())); box->exec(); 阅读全文
posted @ 2020-03-10 14:23 liujx2019 阅读(1055) 评论(0) 推荐(0)