def __init__(self, app): GUITable.__init__(self) DupeGuruGUIObject.__init__(self, app) self.columns = Columns(self, prefaccess=app, savename='ResultTable') self._power_marker = False self._delta_values = False self._sort_descriptors = ('name', True)
def __init__(self, problem_dialog): GUITable.__init__(self) self.columns = Columns(self) self.dialog = problem_dialog
def __init__(self, document): GUITableBase.__init__(self) self.document = document self.columns = Columns(self, prefaccess=document, savename=self.SAVENAME)
def __init__(self, ignore_list_dialog): GUITable.__init__(self) self.columns = Columns(self) self.view = None self.dialog = ignore_list_dialog
def __init__(self, exclude_list_dialog, app): GUITable.__init__(self) DupeGuruGUIObject.__init__(self, app) self.columns = Columns(self) self.dialog = exclude_list_dialog
def __init__(self, app): GUIObject.__init__(self, app) GUITable.__init__(self) self.columns = Columns(self)