QProgressDialog progress("Setting up the theme, please wait...", "Abort", 0, 0, this); progress.setWindowModality(Qt::WindowModal); progress.exec();