eric6.Plugins.VcsPlugins.vcsGit.GitCommandDialog
Module implementing the Git command dialog.
Global Attributes
Classes
Functions
GitCommandDialog
    Class implementing the Git command dialog.
    It implements a dialog that is used to enter an
    arbitrary Git command. It asks the user to enter
    the commandline parameters.
Derived from
QDialog, Ui_GitCommandDialog
Class Attributes
Class Methods
Methods
Static Methods
GitCommandDialog (Constructor)
GitCommandDialog(argvList, ppath, parent=None)
        Constructor
- argvList
- 
history list of commandline arguments (list of strings)
- ppath
- 
pathname of the project directory (string)
- parent
- 
parent widget of this dialog (QWidget)
GitCommandDialog.getData
getData()
        Public method to retrieve the data entered into this dialog.
- Returns:
- 
commandline parameters (string)
GitCommandDialog.on_commandCombo_editTextChanged
on_commandCombo_editTextChanged(text)
        Private method used to enable/disable the OK-button.
- text
- 
ignored