2222:105f425944a2 | 2223:054c285dab38 |
---|---|
19 from .Ui_TabnannyDialog import Ui_TabnannyDialog | 19 from .Ui_TabnannyDialog import Ui_TabnannyDialog |
20 | 20 |
21 from . import Tabnanny | 21 from . import Tabnanny |
22 import Utilities | 22 import Utilities |
23 import Preferences | 23 import Preferences |
24 import UI.PixmapCache | |
25 | 24 |
26 from eric5config import getConfig | 25 from eric5config import getConfig |
27 | 26 |
28 | 27 |
29 class TabnannyDialog(QDialog, Ui_TabnannyDialog): | 28 class TabnannyDialog(QDialog, Ui_TabnannyDialog): |
48 self.noResults = True | 47 self.noResults = True |
49 self.cancelled = False | 48 self.cancelled = False |
50 | 49 |
51 self.__fileList = [] | 50 self.__fileList = [] |
52 self.__project = None | 51 self.__project = None |
53 self.clearButton.setIcon(UI.PixmapCache.getIcon("clearLeft.png")) | |
54 self.filterFrame.setVisible(False) | 52 self.filterFrame.setVisible(False) |
55 | 53 |
56 def __resort(self): | 54 def __resort(self): |
57 """ | 55 """ |
58 Private method to resort the tree. | 56 Private method to resort the tree. |