Plugin_Vcs_CVS.vcsCVS.CvsLogoutDialog

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

Global Attributes

None

Classes

CvsLogoutDialog Class implementing a dialog to enter the logout data for CVS.

Functions

None


CvsLogoutDialog

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

Derived from

QDialog, Ui_CvsLogoutDialog

Class Attributes

None

Methods

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

CvsLogoutDialog (Constructor)

CvsLogoutDialog(parent=None)

Constructor

parent
parent widget (QWidget)

CvsLogoutDialog.getData

getData()

Public slot to retrieve the data entered into the dialog.

Returns:
a tuple of 5 strings (protocol, username, remote hostname, remote port and repository).
Up