| Class implementing the project properties dialog. 
        
            | Methods |  |  
        | __init__ handleDirDialog
 handleFileDialog
 storeData
 vcsSelected
 
 |  
            |  | __init__ |  
        | 
__init__ (
        self,
        project,
        new=1,
        parent=None,
        name=None,
        modal=0,
        fl=0,
        )
Constructor        Arguments
            projectreference to the project object            newflag indicating the generation of a new project            parentparent widget of this dialog (QWidget)            namename of this dialog (string or QString)            modalflag indicating a modal dialog            flwindow flags |  
            |  | handleDirDialog |  
        | 
handleDirDialog ( self )
 Private slot to display a directory selection dialog. |  
            |  | handleFileDialog |  
        | 
handleFileDialog ( self )
 Private slot to display a file selection dialog. |  
            |  | storeData |  
        | 
storeData ( self )
 Public method to store the entered/modified data. |  
            |  | vcsSelected |  
        | 
vcsSelected ( self )
 Public method to retrieve the vcs system support.        Returns            flag indicating whether VCS support is selected |  |