labscript-suite / labscript-devices

A modular and extensible plugin architecture to control experiment hardware using the 𝘭𝘒𝘣𝘴𝘀𝘳π˜ͺ𝘱𝘡 𝘴𝘢π˜ͺ𝘡𝘦.
http://labscriptsuite.org
Other
5 stars 58 forks source link

Replace QtGui.QApplication β†’ QtWidgets.QApplication #93

Closed chrisjbillington closed 2 years ago

chrisjbillington commented 2 years ago

Similar to #92, it looks like the former was an alias provided by pyqtgraph for backwards compatibility with code written for PyQt4. pyqtgraph no longer provides this alias.

dihm commented 2 years ago

Somehow missed this PR. Going to merge.