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

Questions #1

Open
bsobhani opened this issue Nov 27, 2020 · 2 comments
Open

Questions #1

bsobhani opened this issue Nov 27, 2020 · 2 comments

Comments

@bsobhani
Copy link

  1. Is it possible to run a gui in a secondary thread with this if there is already an unrelated gui running in the main thread?

  2. Do you know if it is possible to run a gui this way in PyQt5? I can run a gui from a secondary thread in PyQt, but only if there isn't some other PyQt program already running in the main thread. Apparently, PyQt marks the thread where PyQt is first imported as the "main thread" and forcibly runs the event loop there even if you try to do it from another thread.

@midjji
Copy link
Owner

midjji commented Nov 27, 2020 via email

@GiorgosXou
Copy link

@bsobhani check this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants