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

Missing functionality in Qt: Checking whether a window is closed #622

Closed
smrg-lm opened this issue Oct 24, 2012 · 2 comments
Closed

Missing functionality in Qt: Checking whether a window is closed #622

smrg-lm opened this issue Oct 24, 2012 · 2 comments
Labels
comp: Qt GUI sclang Qt components -- for IDE tickets, use "env: SCIDE" instead enhancement

Comments

@smrg-lm
Copy link
Contributor

smrg-lm commented Oct 24, 2012

checking whether a window is closed needs to be on AppClock in Qt, and not in Cocoa.

@jleben
Copy link
Member

jleben commented Oct 25, 2012

Why would you need to check whether the window is closed on other clock than AppClock?
You have to be on AppClock in order to use the window anyway.

@jleben
Copy link
Member

jleben commented Oct 25, 2012

Anyway, this is now implemented, for the sake of compatibility with existing code.

@jleben jleben closed this as completed Oct 25, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp: Qt GUI sclang Qt components -- for IDE tickets, use "env: SCIDE" instead enhancement
Projects
None yet
Development

No branches or pull requests

2 participants