Skip to content

Instantly share code, notes, and snippets.

@junf
Created May 17, 2013 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save junf/5599293 to your computer and use it in GitHub Desktop.
Save junf/5599293 to your computer and use it in GitHub Desktop.
PySide: hide/show mouse cursor
# Hide mouse cursor
widget.setCursor(Qt.BlankCursor)
# Show mouse cursor (parent's cursor is used)
widget.unsetCursor()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment