SoundSetDialog
soundsetDialog;
soundsetDialog.setModal(true);
soundsetDialog.show();
QEventLoop loop;
connect(&soundsetDialog, SIGNAL(finished(int)), &loop, SLOT(quit()));
// loop.exec(QEventLoop::ExcludeUserInputEvents);
loop.exec();/* 接收所有消息 */