1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

Adapted the Qt codebase to the addition of core.gui.result_tree and core.gui.stats_label.

This commit is contained in:
Virgil Dupras
2010-02-12 15:39:29 +01:00
parent c3a972d39b
commit cab6d924aa
14 changed files with 142 additions and 208 deletions

View File

@@ -10,9 +10,8 @@
from .base import GUIObject
class StatsLabel(GUIObject):
def __init__(self, view, app):
GUIObject.__init__(self, view, app)
self.connect()
def connect(self):
GUIObject.connect(self)
self.view.refresh()
@property