Skip to content
New issue

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

Explicit modality set when "New..." is selected #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bsimmons01
Copy link

The popup that happens for entering a category when "New..." is selected is currently NOT modal, despite line 14 stating "modal=True"

I tested it on Ubuntu, Windows 10 and macOS (Big Sur). All of them showed the category dialog and you could put it in the background and return to the main calendar window, which wouldn't be the correct behavior.

Adding this line before the show command:
self.setWindowModality(qtc.Qt.ApplicationModal)
Makes it so the Category dialog is modal.

Tested on Windows, Ubuntu, and macOS.

I'm just learning PyQt, so perhaps there's a better way, but this way does work.

The popup that happens for entering a category when "New..." is selected is currently NOT modal, despite line 14 stating "modal=True"

I tested it on Ubuntu, Windows 10 and macOS (Big Sur).  All of them showed the category dialog and you could put in the background and return to the main calendar window, which wouldn't be the correct behavior.

Adding this line before the show command:
self.setWindowModality(qtc.Qt.ApplicationModal)
Makes it so the Category dialog is modal.

Tested on Windows, Ubuntu, and macOS.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant