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,
        qtdir,
        parent=None,
        )
Constructor        Arguments
            projectreference to the project object            qtdirpath of the Qt installation directory (string)            parentparent widget of this browser (QWidget) | 
            |  | createPopupMenus | 
        
        | 
createPopupMenus ( self )
 Private overloaded method to generate the popup menu. | 
            |  | handleCompile | 
        
        | 
handleCompile ( self )
 Private method to compile a form to a python file. | 
            |  | handleCompileAll | 
        
        | 
handleCompileAll ( self )
 Private method to compile all forms to python files. | 
            |  | handleCompileUI | 
        
        | 
handleCompileUI (
        self,
        fn,
        noDialog=0,
        progress=None,
        subclass=0,
        )
Privat method to compile a .ui file to a .py file.        Arguments
            fnfilename of the .ui file to be compiled            noDialogflag indicating silent operations            progressreference to the progress dialog            subclassflag indicating, if a subclass generation is to be done         Returns            reference to the compile process (QProcess) | 
            |  | handleCompileUIDone | 
        
        | 
handleCompileUIDone ( self )
 Private slot to handle the processExit signal of the pyuic process. | 
            |  | handleDelete | 
        
        | 
handleDelete ( self )
 Private method to delete a file from the project. | 
            |  | handleNewForm | 
        
        | 
handleNewForm ( self )
 Private slot to handle the New Form menu action. | 
            |  | 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. | 
            |  | handleSubclass | 
        
        | 
handleSubclass ( self )
 Private method to generate a subclass for the form. |