eric7.Plugins.VcsPlugins.vcsGit.GitOptionsDialog

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

Global Attributes

None

Classes

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

Functions

None


GitOptionsDialog

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

Derived from

QDialog, Ui_GitOptionsDialog

Class Attributes

None

Class Methods

None

Methods

GitOptionsDialog Constructor
getData Public slot to retrieve the data entered into the dialog.

Static Methods

None

GitOptionsDialog (Constructor)

GitOptionsDialog(parent=None)

Constructor

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
Up