eric6/Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.py

changeset 8218
7c09585bd960
parent 8143
2c730d5fd177
child 8234
fcb6b4b96274
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
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(

eric ide

mercurial