| Class implementing the VCS command options dialog. 
        
            | Methods |  |  
        | __init__ getOptions
 
 |  
            |  | __init__ |  
        | 
__init__ (
        self,
        vcs,
        parent=None,
        )
Constructor        Arguments
            vcsreference to the vcs object            parentparent 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 |  |