eric6/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesFoldDialog.py

changeset 8218
7c09585bd960
parent 8143
2c730d5fd177
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
24 Constructor 24 Constructor
25 25
26 @param patchesList list of patches to select from (list of strings) 26 @param patchesList list of patches to select from (list of strings)
27 @param parent reference to the parent widget (QWidget) 27 @param parent reference to the parent widget (QWidget)
28 """ 28 """
29 super(HgQueuesFoldDialog, self).__init__(parent) 29 super().__init__(parent)
30 self.setupUi(self) 30 self.setupUi(self)
31 31
32 self.addButton.setIcon(UI.PixmapCache.getIcon("plus")) 32 self.addButton.setIcon(UI.PixmapCache.getIcon("plus"))
33 self.removeButton.setIcon(UI.PixmapCache.getIcon("minus")) 33 self.removeButton.setIcon(UI.PixmapCache.getIcon("minus"))
34 self.upButton.setIcon(UI.PixmapCache.getIcon("1uparrow")) 34 self.upButton.setIcon(UI.PixmapCache.getIcon("1uparrow"))

eric ide

mercurial