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 d5407de + 01a05ee commit 86e8c39Copy full SHA for 86e8c39
labscript_devices/IMAQdxCamera/blacs_tabs.py
@@ -142,7 +142,7 @@ def initialise_GUI(self):
142
layout.addWidget(self.ui)
143
self.image = pg.ImageView()
144
self.image.setSizePolicy(
145
- QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Expanding
+ QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Expanding
146
)
147
self.ui.horizontalLayout.addWidget(self.image)
148
self.ui.pushButton_stop.hide()
0 commit comments