eric7.Plugins.VcsPlugins.vcsGit.GitOptionsDialog
Module implementing a dialog to enter options used to start a project in
the VCS.
Global Attributes
Classes
| GitOptionsDialog | Class implementing a dialog to enter options used to start a project in the repository. | 
Functions
GitOptionsDialog
    Class implementing a dialog to enter options used to start a project in the
    repository.
Derived from
QDialog, Ui_GitOptionsDialog
Class Attributes
Class Methods
Methods
Static Methods
GitOptionsDialog (Constructor)
GitOptionsDialog(vcs, project, parent=None)
        Constructor
- vcs (Git)
- 
reference to the version control object
- project (Project)
- 
reference to the project object
- parent (QWidget)
- 
parent widget
GitOptionsDialog.getData
getData()
        Public slot to retrieve the data entered into the dialog.
- Return:
- 
a dictionary containing the data entered
- Return Type:
- 
dict