Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelvesSelectionDialog.py

changeset 3359
6b6c224d67d6
parent 3297
7b7e8124fb51
child 3484
645c12de6b0c
equal deleted inserted replaced
3358:57af7e9fda48 3359:6b6c224d67d6
16 """ 16 """
17 def __init__(self, message, shelveNames, parent=None): 17 def __init__(self, message, shelveNames, parent=None):
18 """ 18 """
19 Constructor 19 Constructor
20 20
21 @param message message to be shown (string)
22 @param shelveNames list of shelve names (list of string)
21 @param parent reference to the parent widget (QWidget) 23 @param parent reference to the parent widget (QWidget)
22 """ 24 """
23 super().__init__(parent) 25 super().__init__(parent)
24 self.setupUi(self) 26 self.setupUi(self)
25 27

eric ide

mercurial