Skip to content

Get rid of workaround that prevents file dialog from being blocked

Alexander Volkov requested to merge volkov/dialogisqtwindow into master

Summary: Invisible proxy QDialog blocks input when the native dialog is shown, and the workaround is to show the native file dialog with a delay. But it's not needed since Qt 5.13 after the QPlatformDialogHelper::DialogIsQtWindow hint was introduced.

Merge request reports