| Class implementing a dialog to show matching references/definitions. 
        
            | Methods |  |  
        | __init__ addEntry
 handleDoubleClicked
 
 |  
            |  | __init__ |  
        | 
__init__ (
        self,
        ui,
        parent=None,
        name=None,
        modal=0,
        fl=0,
        )
Constructor        Arguments
            uireference to the UI object            parentparent of this dialog (QWidget)            namename of this dialog (string or QString)            modalflag indicating a modal window (boolean)            flwindow flags |  
            |  | addEntry |  
        | 
addEntry ( self,  ref )
 Public slot to add a reference to the listview. |  
            |  | handleDoubleClicked |  
        | 
handleDoubleClicked ( self,  itm )
 Private slot to handle the DoubleClicked signal of the list. |  |