1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-05-03 21:34:20 +02:00

WIP Waveform Plugin cathergory for next gen

This commit is contained in:
2025-01-28 17:42:44 +01:00
parent ee9fbdb178
commit 47185117a3
@@ -27,7 +27,7 @@ class WaveformPlugin(QDesignerCustomWidgetInterface): # pragma: no cover
return DOM_XML
def group(self):
return ""
return "Plot Widgets Next Gen"
def icon(self):
return designer_material_icon(Waveform.ICON_NAME)