pyqtgraph/tests/widgets
Martin Chase 2fb04b754c
Fix BusyCursor to use internal stack provided by setOverrideCursor/restoreOverrideCursor (#1827)
* un-busy as many times as needed

* lint

* add test to prove cursor behavior

* tentative change in the hopes that all supported qt versions behave properly

* remove unnecessary code

* use contextmanager decorator instead of class

* use full path to WaitCursor

* restore docstring; refactor variable for clarity

* fix docstring whitespace

* break up long lines

* use variable to shorten instead
2021-06-09 13:32:24 -07:00
..
test_busycursor.py Fix BusyCursor to use internal stack provided by setOverrideCursor/restoreOverrideCursor (#1827) 2021-06-09 13:32:24 -07:00
test_combobox.py Clean up test files 2021-05-31 21:06:16 -07:00
test_graphics_view.py Use Qt6 Enum Namespace 2021-06-08 21:23:49 -07:00
test_histogramlutwidget.py Clean up test files 2021-05-31 21:06:16 -07:00
test_spinbox.py Move and Update test-data repo into pyqtgraph repo 2021-05-31 21:05:00 -07:00
test_tablewidget.py Use Qt6 Enum Namespace 2021-06-08 21:23:49 -07:00