eric3.VCS.cvsPackage.OptionsDialog

Module implementing a dialog to enter options used to start a project in the VCS.

Classes

CvsOptionsDialog Class implementing a dialog to enter options used to start a project in the repository.

Functions

None


CvsOptionsDialog

Class implementing a dialog to enter options used to start a project in the repository.

Derived from

CvsOptionsForm

Methods

CvsOptionsDialog Constructor
getData Public slot to retrieve the data entered into the dialog.
handleDirectory Private slot to display a directory selection dialog.

CvsOptionsDialog (Constructor)

CvsOptionsDialog(project, archiveName, archiveEditable=0, parent=None)

Constructor

archiveEditable
flag indicating that the archives name may be changed (boolean)
archiveName
name of the archive (string or QString)
parent
parent widget (QWidget)
project
reference to the project object

CvsOptionsDialog.getData

getData()

Public slot to retrieve the data entered into the dialog.

Returns:
a tuple of 5 strings and one boolean (vcs directory, archive name, vendor label, log message, release label, command options, standard layout (always 0)).

CvsOptionsDialog.handleDirectory

handleDirectory()

Private slot to display a directory selection dialog.

Up