eric3.VCS.mercurialPackage.TagDialog

Module implementing a dialog to enter the data for a tagging operation.

Classes

HgTagDialog Class implementing a dialog to enter the data for a tagging operation.

Functions

None


HgTagDialog

Class implementing a dialog to enter the data for a tagging operation.

Derived from

TagForm

Methods

HgTagDialog Constructor
enableOkButton Private method used to enable/disable the OK-button.
getParameters Public method to retrieve the tag data.

HgTagDialog (Constructor)

HgTagDialog(taglist, parent = None)

Constructor

taglist
list of previously entered tags (QStringList)
parent
parent widget (QWidget)

HgTagDialog.enableOkButton

enableOkButton(text)

Private method used to enable/disable the OK-button.

text
ignored

HgTagDialog.getParameters

getParameters()

Public method to retrieve the tag data.

Returns:
tuple of QString and int (tag, tag operation)

Up