54 self.buttonBox.button(QDialogButtonBox.Close).hide() |
54 self.buttonBox.button(QDialogButtonBox.Close).hide() |
55 else: |
55 else: |
56 self.buttonBox.button(QDialogButtonBox.Ok).hide() |
56 self.buttonBox.button(QDialogButtonBox.Ok).hide() |
57 self.buttonBox.button(QDialogButtonBox.Cancel).hide() |
57 self.buttonBox.button(QDialogButtonBox.Cancel).hide() |
58 |
58 |
59 self.__dirIcon = UI.PixmapCache.getIcon("dirClosed.png") |
59 self.__dirIcon = UI.PixmapCache.getIcon("dirClosed") |
60 self.__fileIcon = UI.PixmapCache.getIcon("fileMisc.png") |
60 self.__fileIcon = UI.PixmapCache.getIcon("fileMisc") |
61 |
61 |
62 self.__urlRole = Qt.UserRole |
62 self.__urlRole = Qt.UserRole |
63 self.__ignoreExpand = False |
63 self.__ignoreExpand = False |
64 |
64 |
65 self.client = self.vcs.getClient() |
65 self.client = self.vcs.getClient() |