eric7.Plugins.VcsPlugins.vcsGit.GitUserConfigDataDialog
Module implementing a dialog to enter some user data.
Global Attributes
Classes
Functions
GitUserConfigDataDialog
Class implementing a dialog to enter some user data.
Derived from
QDialog, Ui_GitUserConfigDataDialog
Class Attributes
Class Methods
Methods
Static Methods
GitUserConfigDataDialog (Constructor)
GitUserConfigDataDialog(parent=None)
Constructor
- parent (QWidget)
-
reference to the parent widget
GitUserConfigDataDialog.getData
getData()
Public method to retrieve the entered data.
- Return:
-
tuple with user's first name, last name and email address
- Return Type:
-
tuple of (str, str, str)