BusyCursor

class pyqtgraph.BusyCursor[source]

Class for displaying a busy mouse cursor during long operations. Usage:

with pyqtgraph.BusyCursor():
    doLongOperation()

May be nested. If called from a non-gui thread, then the cursor will not be affected.

__init__()

Initialize self. See help(type(self)) for accurate signature.