eric6/Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.py

changeset 7533
88261c96484b
parent 7360
9190402e4505
child 7639
422fd05e9c91
equal deleted inserted replaced
7532:1358e9d67a1c 7533:88261c96484b
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()

eric ide

mercurial