eric3.VCS.NewProjectDialog

Module implementing the VCS Options Dialog for a new project from the repository.

Classes

vcsNewProjectOptionsDialog Class implementing the VCS Options Dialog for a new project from the repository.

Functions

None

vcsNewProjectOptionsDialog

Class implementing the VCS Options Dialog for a new project from the repository.

Derived from

vcsNewProjectOptionsForm

Methods

vcsNewProjectOptionsDialog 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.
handleProjectDir Private slot to display a directory selection dialog.

vcsNewProjectOptionsDialog (Constructor)

vcsNewProjectOptionsDialog(parent=None)

Constructor

parent
parent widget (QWidget)

vcsNewProjectOptionsDialog.getData

getData()

Public slot to retrieve the data entered into the dialog.

Returns:
a tuple of 5 strings and one boolean (vcs system, vcs directory, archive name, tag name, project directory, command options).

vcsNewProjectOptionsDialog.handleComboBox

handleComboBox(vcsSystem)

Private slot to set the vcs root directory entry.

vcsSystem
name of the VCS system (string)

vcsNewProjectOptionsDialog.handleDirectory

handleDirectory()

Private slot to display a directory selection dialog.

vcsNewProjectOptionsDialog.handleProjectDir

handleProjectDir()

Private slot to display a directory selection dialog.

Up