| Class implementing a dialog to enter the logout data for a VCS system. 
        
            | Methods |  |  
        | __init__ getData
 
 |  
            |  | __init__ |  
        | 
__init__ ( self,  parent=None )
 Constructor        Arguments
            parentparent widget (QWidget) |  
            |  | getData |  
        | 
getData ( self )
 Public slot to retrieve the data entered into the dialog.        Returns            a tuple of 4 strings (vcs system, username, 
            remote hostname and repository). |  |