mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 14:41:39 +00:00
Comverted DirectoryOutline to objp. I converted HSColumns and I realized at the end that I didn't need to do it yet, but well, it will be done for ResultsTable.
--HG-- branch : objp
This commit is contained in:
@@ -25,6 +25,7 @@ from hscommon.trans import tr
|
||||
|
||||
from . import directories, results, scanner, export, fs
|
||||
from .gui.details_panel import DetailsPanel
|
||||
from .gui.directory_tree import DirectoryTree
|
||||
from .gui.extra_fairware_reminder import ExtraFairwareReminder
|
||||
from .gui.stats_label import StatsLabel
|
||||
|
||||
@@ -104,6 +105,7 @@ class DupeGuru(RegistrableApplication, Broadcaster):
|
||||
}
|
||||
self.selected_dupes = []
|
||||
self.details_panel = DetailsPanel(None, self)
|
||||
self.directory_tree = DirectoryTree(None, self)
|
||||
self.extra_fairware_reminder = ExtraFairwareReminder(None, self)
|
||||
self.stats_label = StatsLabel(None, self)
|
||||
# subclasses must create self.result_table
|
||||
|
||||
Reference in New Issue
Block a user