Merge pull request #157 from lidstrom83/GradientWidget_widgetGroupInterface
Provide widgetGroupInterface to GradientWidget
This commit is contained in:
commit
1f00578cf1
@ -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