Via the context menu that
    is displayed by a right click the user can select various actions on
    the selected file.
        
            | Methods |  | 
        
        |  | 
            |  | __init__ | 
        
        | 
__init__ (
        self,
        project,
        parent=None,
        )
Constructor        Arguments
            projectreference to the project object            parentparent widget of this browser (QWidget) | 
            |  | createPopupMenus | 
        
        | 
createPopupMenus ( self )
 Private overloaded method to generate the popup menu. | 
            |  | handleCompile | 
        
        | 
handleCompile ( self )
 Private method to compile an interface to python. | 
            |  | handleCompileAll | 
        
        | 
handleCompileAll ( self )
 Private method to compile all interfaces to python. | 
            |  | handleCompileIDL | 
        
        | 
handleCompileIDL (
        self,
        fn,
        noDialog=0,
        progress=None,
        )
Privat method to compile a .idl file to python.        Arguments
            fnfilename of the .idl file to be compiled            noDialogflag indicating silent operations            progressreference to the progress dialog         Returns            reference to the compile process (QProcess) | 
            |  | handleCompileIDLDone | 
        
        | 
handleCompileIDLDone ( self )
 Private slot to handle the processExit signal of the omniidl process. | 
            |  | handleDelete | 
        
        | 
handleDelete ( self )
 Private method to delete a file from the project. | 
            |  | handlePopupMenu | 
        
        | 
handlePopupMenu ( self )
 Private slot called by the pyMenu aboutToShow signal. | 
            |  | handleProjectFormAdded | 
        
        | 
handleProjectFormAdded ( self,  fn )
 Private slot to handle the projectFormAdded signal. | 
            |  | handleRemove | 
        
        | 
handleRemove ( self )
 Private method to remove a file from the project. | 
            |  | handleStderr | 
        
        | 
handleStderr ( self )
 Private slot to handle the readyReadStderr signal of the pyuic process. | 
            |  | handleStdout | 
        
        | 
handleStdout ( self )
 Private slot to handle the readyReadStdout signal of the pyuic process. |