eric6/Plugins/VcsPlugins/vcsGit/GitBranchPushDialog.py

branch
maintenance
changeset 8273
698ae46f40a4
parent 8218
7c09585bd960
equal deleted inserted replaced
8190:fb0ef164f536 8273:698ae46f40a4
24 @param branches list of branch names (list of string) 24 @param branches list of branch names (list of string)
25 @param remotes list of remote names (list of string) 25 @param remotes list of remote names (list of string)
26 @param delete flag indicating a delete branch action (boolean) 26 @param delete flag indicating a delete branch action (boolean)
27 @param parent reference to the parent widget (QWidget) 27 @param parent reference to the parent widget (QWidget)
28 """ 28 """
29 super(GitBranchPushDialog, self).__init__(parent) 29 super().__init__(parent)
30 self.setupUi(self) 30 self.setupUi(self)
31 31
32 self.__okButton = self.buttonBox.button( 32 self.__okButton = self.buttonBox.button(
33 QDialogButtonBox.StandardButton.Ok) 33 QDialogButtonBox.StandardButton.Ok)
34 34

eric ide

mercurial