Provide widgetGroupInterface to GradientWidget
This commit is contained in:
parent
b700a1ad3d
commit
96e06f212a
@ -71,4 +71,7 @@ class GradientWidget(GraphicsView):
|
||||
### wrap methods from GradientEditorItem
|
||||
return getattr(self.item, attr)
|
||||
|
||||
def widgetGroupInterface(self):
|
||||
return (self.sigGradientChanged, self.saveState, self.restoreState)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user