Plugins/VcsPlugins/vcsPySvn/SvnLoginDialog.py

changeset 2965
d133c7edd88a
parent 2963
745d38097b7f
child 3024
17c01303a239
child 3057
10516539f238
equal deleted inserted replaced
2964:84b65fb9e780 2965:d133c7edd88a
22 22
23 @param realm name of the realm of the requested credentials (string) 23 @param realm name of the realm of the requested credentials (string)
24 @param username username as supplied by subversion (string) 24 @param username username as supplied by subversion (string)
25 @param may_save flag indicating, that subversion is willing to save 25 @param may_save flag indicating, that subversion is willing to save
26 the answers returned (boolean) 26 the answers returned (boolean)
27 qparam parent reference to the parent widget (QWidget) 27 @param parent reference to the parent widget (QWidget)
28 """ 28 """
29 super().__init__(parent) 29 super().__init__(parent)
30 self.setupUi(self) 30 self.setupUi(self)
31 31
32 self.realmLabel.setText( 32 self.realmLabel.setText(

eric ide

mercurial