eric6/Plugins/VcsPlugins/vcsPySvn/SvnDialog.py

branch
maintenance
changeset 8043
0acf98cd089a
parent 7924
8a96736d465e
parent 7923
91e843545d9a
child 8142
43248bafe9b2
equal deleted inserted replaced
7991:866adc8c315b 8043:0acf98cd089a
30 30
31 @param text text to be shown by the label (string) 31 @param text text to be shown by the label (string)
32 @param command svn command to be executed (display purposes only) 32 @param command svn command to be executed (display purposes only)
33 (string) 33 (string)
34 @param pysvnClient reference to the pysvn client object (pysvn.Client) 34 @param pysvnClient reference to the pysvn client object (pysvn.Client)
35 @keyparam parent parent widget (QWidget) 35 @param parent parent widget (QWidget)
36 @keyparam log optional log message (string) 36 @param log optional log message (string)
37 """ 37 """
38 super(SvnDialog, self).__init__(parent) 38 super(SvnDialog, self).__init__(parent)
39 self.setupUi(self) 39 self.setupUi(self)
40 SvnDialogMixin.__init__(self, log) 40 SvnDialogMixin.__init__(self, log)
41 self.setWindowFlags(Qt.Window) 41 self.setWindowFlags(Qt.Window)

eric ide

mercurial