-
-
Notifications
You must be signed in to change notification settings - Fork 132
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
[DOC] How to change mouse cursor to "busy" state and back ? #509
Comments
No there is currently no native way to do this. I remember looking into it at one point but never spun up a working solution. |
@Kochise There's currently no way to do this via Enaml. You're welcome to submit a PR implementing this. |
Will see what I can do. Thank for the tip. |
Dirty hack (I'm using PySide2):
Example use in thread, referencing this Gist, Simple threads with Enaml
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This there a wait to do this "natively" from within
Enaml
:https://stackoverflow.com/questions/8218900/how-can-i-change-the-cursor-shape-with-pyqt
The text was updated successfully, but these errors were encountered: