eric3.VCS.LogoutDialog

Module implementing a dialog to enter the logout data for a VCS system.

Classes

vcsLogoutDialog Class implementing a dialog to enter the logout data for a VCS system.

Functions

None

vcsLogoutDialog

Class implementing a dialog to enter the logout data for a VCS system.

Derived from

vcsLogoutForm

Methods

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

vcsLogoutDialog (Constructor)

vcsLogoutDialog(parent=None)

Constructor

parent
parent widget (QWidget)

vcsLogoutDialog.getData

getData()

Public slot to retrieve the data entered into the dialog.

Returns:
a tuple of 4 strings (vcs system, username, remote hostname and repository).

Up