31 section (boolean) |
31 section (boolean) |
32 @param largefilesData dictionary with data for the largefiles |
32 @param largefilesData dictionary with data for the largefiles |
33 section (dict) |
33 section (dict) |
34 @param parent reference to the parent widget (QWidget) |
34 @param parent reference to the parent widget (QWidget) |
35 """ |
35 """ |
36 super(HgRepoConfigDataDialog, self).__init__(parent) |
36 super().__init__(parent) |
37 self.setupUi(self) |
37 self.setupUi(self) |
38 |
38 |
39 self.defaultShowPasswordButton.setIcon( |
39 self.defaultShowPasswordButton.setIcon( |
40 UI.PixmapCache.getIcon("showPassword")) |
40 UI.PixmapCache.getIcon("showPassword")) |
41 self.defaultPushShowPasswordButton.setIcon( |
41 self.defaultPushShowPasswordButton.setIcon( |