Plugin_Vcs_CVS.vcsCVS.CvsMergeDialog

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

Global Attributes

None

Classes

CvsMergeDialog Class implementing a dialog to enter the data for a merge operation.

Functions

None


CvsMergeDialog

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

Derived from

QDialog, Ui_CvsMergeDialog

Class Attributes

None

Methods

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

CvsMergeDialog (Constructor)

CvsMergeDialog(taglist, parent = None)

Constructor

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

CvsMergeDialog.getParameters

getParameters()

Public method to retrieve the tag data.

Returns:
tuple naming two tag names or two revisions (QString, QString)

CvsMergeDialog.on_tag1Combo_editTextChanged

on_tag1Combo_editTextChanged(text)

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

text
ignored
Up