eric3.VCS.OptionsDialog

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

Classes

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

Functions

None

vcsOptionsDialog

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

Derived from

vcsOptionsForm

Methods

vcsOptionsDialog Constructor
getData Public slot to retrieve the data entered into the dialog.
handleComboBox Private slot to set the vcs root directory entry.
handleDirectory Private slot to display a directory selection dialog.

vcsOptionsDialog (Constructor)

vcsOptionsDialog(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

vcsOptionsDialog.getData

getData()

Public slot to retrieve the data entered into the dialog.

Returns:
a tuple of 6 strings and one boolean (vcs system, vcs directory, archive name, vendor label, log message, release label, command options).

vcsOptionsDialog.handleComboBox

handleComboBox(vcsSystem)

Private slot to set the vcs root directory entry.

vcsSystem
name of the VCS system

vcsOptionsDialog.handleDirectory

handleDirectory()

Private slot to display a directory selection dialog.

Up