Plugin_Vcs_CVS.vcsCVS.CvsLoginDialog

Module implementing a dialog to enter the login data for CVS.

Global Attributes

None

Classes

CvsLoginDialog Class implementing a dialog to enter the login data for CVS.

Functions

None


CvsLoginDialog

Class implementing a dialog to enter the login data for CVS.

Derived from

QDialog, Ui_CvsLoginDialog

Class Attributes

None

Methods

CvsLoginDialog Constructor
getData Public slot to retrieve the data entered into the dialog.

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).
Up