We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 543490f commit 9e763b6Copy full SHA for 9e763b6
videomorph/forms/videomorph.py
@@ -541,7 +541,7 @@ def _create_progress_dialog(self):
541
progress_dlg.setWindowTitle(self.tr("Adding Videos..."))
542
progress_dlg.setCancelButtonText(self.tr("Cancel"))
543
progress_dlg.setLabel(label)
544
- progress_dlg.setWindowModality(Qt.WindowModal)
+ progress_dlg.setWindowModality(Qt.WindowModality.ApplicationModal)
545
progress_dlg.setMinimumDuration(100)
546
QCoreApplication.processEvents()
547
return progress_dlg
0 commit comments