We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If update window is called from the dialog box (Preferences in my case), it will appear "below" it.
This call helps:
setWindowModality(Qt::ApplicationModal);
(same in FvUpdateConfirmDialog)
Have them to be app-modal, is a good idea anyway.
The text was updated successfully, but these errors were encountered:
pypt
No branches or pull requests
If update window is called from the dialog box (Preferences in my case), it will appear "below" it.
This call helps:
(same in FvUpdateConfirmDialog)
Have them to be app-modal, is a good idea anyway.
The text was updated successfully, but these errors were encountered: