Class implementing a dialog to display the results of a syntax check run.
        
            | Methods |  | 
        
        |  | 
            |  | __init__ | 
        
        | 
__init__ ( self,  parent=None )
 Constructor        Arguments
            parentparent widget (QWidget) | 
            |  | buttonPressed | 
        
        | 
buttonPressed ( self )
 Private slot connected to the button clicked signal. | 
            |  | finish | 
        
        | 
finish ( self )
 Private slot called when the action finished or the user pressed the button. | 
            |  | handleContextMenu | 
        
        | 
handleContextMenu (
        self,
        itm,
        pos,
        col,
        )
Private slot to show the context menu of the listviews.        Arguments
            itmthe item under the mouse cursor (QListViewItem)            posglobal position of the context menu (QPoint)            colcolumn of the mouse cursor (int) | 
            |  | handleEraseAll | 
        
        | 
handleEraseAll ( self )
 Private slot to handle the Erase All context menu action. | 
            |  | handleEraseProfile | 
        
        | 
handleEraseProfile ( self )
 Private slot to handle the Erase Profile context menu action. | 
            |  | handleEraseTiming | 
        
        | 
handleEraseTiming ( self )
 Private slot to handle the Erase Timing context menu action. | 
            |  | handleFilter | 
        
        | 
handleFilter ( self )
 Private slot to handle the Exclude/Include Python Library context menu action. | 
            |  | populateListViews | 
        
        | 
populateListViews ( self,  exclude=0 )
 Private method used to populate the listviews.        Arguments
            excludeflag indicating whether files residing in the
                Python library should be excluded | 
            |  | start | 
        
        | 
start (
        self,
        pfn,
        fn=None,
        )
Public slot to start the calculation of the profile data.        Arguments
            pfnbasename of the profiling file (string)            fnfile to display the profiling data for (string) | 
            |  | unfinish | 
        
        | 
unfinish ( self )
 Private slot called to revert the effects of the finish slot. |