Class implementing the VCS command options dialog.
Methods
|
|
__init__
getOptions
|
|
__init__
|
__init__ (
self,
vcs,
parent=None,
)
Constructor
Arguments
- vcs
- reference to the vcs object
- parent
- parent widget (QWidget)
|
|
getOptions
|
getOptions ( self )
Public method used to retrieve the entered options.
Returns
dictionary of strings giving the options for each supported vcs command
|
|