0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 03:31:50 +02:00

fix(device_browser): fixed plugin assignment for designer

This commit is contained in:
2024-08-21 15:41:23 +02:00
parent 196504b533
commit 650039303a

View File

@ -27,7 +27,7 @@ class DeviceBrowserPlugin(QDesignerCustomWidgetInterface): # pragma: no cover
return DOM_XML return DOM_XML
def group(self): def group(self):
return "" return "BEC Services"
def icon(self): def icon(self):
return QIcon() return QIcon()