We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c710b07 + 936e3ee commit 8de7a40Copy full SHA for 8de7a40
labscript_devices/IMAQdxCamera/blacs_tabs.py
@@ -102,7 +102,7 @@ def handler(self, data):
102
# and not for the Qt event loop as a whole. In any case, this seems to fix it.
103
# Manually calling this is usually a sign of bad coding, but I think it is the
104
# right solution to this problem. This solves issue #36.
105
- QtGui.QApplication.instance().sendPostedEvents()
+ QtWidgets.QApplication.instance().sendPostedEvents()
106
return self.NO_RESPONSE
107
108
0 commit comments