ENH: Add SaveButtons widget.

This commit is contained in:
Tony S Yu
2012-08-03 21:50:28 -04:00
parent 9ac42728c6
commit 4ab583ba31
5 changed files with 91 additions and 0 deletions
+1
View File
@@ -137,6 +137,7 @@ class Plugin(QtGui.QDialog):
widget.callback = self.filter_image
elif widget.ptype == 'plugin':
widget.callback = self.update_plugin
widget.plugin = self
self.layout.addWidget(widget, self.row, 0)
self.row += 1