Plugin_Vcs_CVS.vcsCVS.CvsLoginDialog
Module implementing a dialog to enter the login data for CVS.
Global Attributes
Classes
CvsLoginDialog |
Class implementing a dialog to enter the login data for CVS. |
Functions
CvsLoginDialog
Class implementing a dialog to enter the login data for CVS.
Derived from
QDialog, Ui_CvsLoginDialog
Class Attributes
Methods
CvsLoginDialog (Constructor)
CvsLoginDialog(parent = None)
Constructor
- parent
-
parent widget (QWidget)
CvsLoginDialog.getData
getData()
Public slot to retrieve the data entered into the dialog.
- Returns:
-
a tuple of 6 strings (protocol, username,
password, remote hostname, remote port and repository).