| Base class for widgets to be display by LogView.    Subclasses may emit the signal sizeChanged(LogViewWidget)
    to tell the container that a resizing may be necessary. 
        
            | Methods |  |  
        | __init__ preferredBackgroundColor
 
 |  
            |  | __init__ |  
        | 
__init__ (
        self,
        parent=None,
        name=None,
        )
Constructor        Arguments
            parentparent widget (QWidget)            namename of this widget (string or QString) |  
            |  | preferredBackgroundColor |  
        | 
preferredBackgroundColor ( self )
 Private method setting the background colour. |  |