eric3.VCS.mercurialPackage.PushDialog

Module implementing the Mercurial Options Dialog for a push operation.

Classes

HgPushDialog Class implementing the Options Dialog for a push operation.

Functions

None


HgPushDialog

Class implementing the Options Dialog for a push operation.

Derived from

HgPushForm

Methods

HgPushDialog Constructor
getData Public slot to retrieve the data entered into the dialog.
handleDirectory Private slot to display a directory selection dialog.
handleProtocol Private slot to switch the status of the directory selection button.

HgPushDialog (Constructor)

HgPushDialog(forOutgoing=0, parent=None)

Constructor

forOutgoing
flag indicating a dialog for the hg outgoing command (boolean)
parent
parent widget (QWidget)

HgPushDialog.getData

getData()

Public slot to retrieve the data entered into the dialog.

Returns:
a tuple of a string (project directory) and a dictionary containing the data entered.

HgPushDialog.handleDirectory

handleDirectory()

Private slot to display a directory selection dialog.

HgPushDialog.handleProtocol

handleProtocol(protocol)

Private slot to switch the status of the directory selection button.

Up