36 """ |
36 """ |
37 super(HgRepoConfigDataDialog, self).__init__(parent) |
37 super(HgRepoConfigDataDialog, self).__init__(parent) |
38 self.setupUi(self) |
38 self.setupUi(self) |
39 |
39 |
40 self.defaultShowPasswordButton.setIcon( |
40 self.defaultShowPasswordButton.setIcon( |
41 UI.PixmapCache.getIcon("showPassword.png")) |
41 UI.PixmapCache.getIcon("showPassword")) |
42 self.defaultPushShowPasswordButton.setIcon( |
42 self.defaultPushShowPasswordButton.setIcon( |
43 UI.PixmapCache.getIcon("showPassword.png")) |
43 UI.PixmapCache.getIcon("showPassword")) |
44 |
44 |
45 self.__withLargefiles = withLargefiles |
45 self.__withLargefiles = withLargefiles |
46 if withLargefiles: |
46 if withLargefiles: |
47 if largefilesData is None: |
47 if largefilesData is None: |
48 largefilesData = getLargefilesDefaults() |
48 largefilesData = getLargefilesDefaults() |