BusyCursor

class pyqtgraph.BusyCursor[source]

Display a busy mouse cursor during long operations. Usage:

with BusyCursor():
    doLongOperation()

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

__init__(**kwargs)

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