Пример #1
0
 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)
Пример #2
0
 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)
Пример #3
0
 def __init__(self, problem_dialog):
     GUITable.__init__(self)
     self.columns = Columns(self)
     self.dialog = problem_dialog
Пример #4
0
 def __init__(self, document):
     GUITableBase.__init__(self)
     self.document = document
     self.columns = Columns(self, prefaccess=document, savename=self.SAVENAME)
Пример #5
0
 def __init__(self, problem_dialog):
     GUITable.__init__(self)
     self.columns = Columns(self)
     self.dialog = problem_dialog
Пример #6
0
 def __init__(self, ignore_list_dialog):
     GUITable.__init__(self)
     self.columns = Columns(self)
     self.view = None
     self.dialog = ignore_list_dialog
Пример #7
0
 def __init__(self, ignore_list_dialog):
     GUITable.__init__(self)
     self.columns = Columns(self)
     self.view = None
     self.dialog = ignore_list_dialog
Пример #8
0
 def __init__(self, exclude_list_dialog, app):
     GUITable.__init__(self)
     DupeGuruGUIObject.__init__(self, app)
     self.columns = Columns(self)
     self.dialog = exclude_list_dialog
Пример #9
0
 def __init__(self, app):
     GUIObject.__init__(self, app)
     GUITable.__init__(self)
     self.columns = Columns(self)
Пример #10
0
 def __init__(self, app):
     GUIObject.__init__(self, app)
     GUITable.__init__(self)
     self.columns = Columns(self)