QMessageBox *box = new QMessageBox(QMessageBox::Information,tr("test"),tr("testtest")); QTimer::singleShot(1500,box,SLOT(accept())); box->exec();
QMessageBox *box = new QMessageBox(QMessageBox::Information,tr("test"),tr("testtest")); QTimer::singleShot(1500,box,SLOT(accept())); box->exec();