We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
magicgui.*
1 parent d042c13 commit cb83f9fCopy full SHA for cb83f9f
magicgui/backends/_qtpy/widgets.py
@@ -28,6 +28,7 @@ class QBaseWidget(_protocols.WidgetProtocol):
28
29
def __init__(self, qwidg: QtW.QWidget):
30
self._qwidget = qwidg()
31
+ self._qwidget.setObjectName(f"magicgui.{qwidg.__name__}")
32
self._event_filter = EventFilter()
33
self._qwidget.installEventFilter(self._event_filter)
34
0 commit comments