mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-03-13 04:08:01 +01:00
fix(device_browser): fixed plugin assignment for designer
This commit is contained in:
@@ -27,7 +27,7 @@ class DeviceBrowserPlugin(QDesignerCustomWidgetInterface): # pragma: no cover
|
||||
return DOM_XML
|
||||
|
||||
def group(self):
|
||||
return ""
|
||||
return "BEC Services"
|
||||
|
||||
def icon(self):
|
||||
return QIcon()
|
||||
|
||||
Reference in New Issue
Block a user