eric3.VCS.LoginDialog

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

Classes

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

Functions

None

vcsLoginDialog

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

Derived from

vcsLoginForm

Methods

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

vcsLoginDialog (Constructor)

vcsLoginDialog(parent=None)

Constructor

parent
parent widget (QWidget)

vcsLoginDialog.getData

getData()

Public slot to retrieve the data entered into the dialog.

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

Up