55    void setFocusIndicator( FocusIndicator );
 
   56    FocusIndicator focusIndicator() 
const;
 
   58    void setBorderRadius( 
double );
 
   59    double borderRadius() 
const;
 
   62    QWidget* canvasWidget();
 
   63    const QWidget* canvasWidget() 
const;
 
   65    virtual void drawFocusIndicator( QPainter* );
 
   66    virtual void drawBorder( QPainter* );
 
   67    virtual void drawBackground( QPainter* );
 
   69    void fillBackground( QPainter* );
 
   70    void drawCanvas( QPainter* );
 
   71    void drawStyled( QPainter*, 
bool );
 
   72    void drawUnstyled( QPainter* );
 
   74    QPainterPath canvasBorderPath( 
const QRect& rect ) 
const;
 
   75    void updateStyleSheetInfo();