49    void setZoomFactor( qreal factor )
 
   54    void setScrollBarPolicy( Qt::Orientation orientation, Qt::ScrollBarPolicy scrollbarpolicy )
 
   56      Q_UNUSED( orientation )
 
   57      Q_UNUSED( scrollbarpolicy )
 
   60    void setHtml( 
const QString &html, 
const QUrl &url = QUrl() )
 
   64      emit loadFinished( 
true );
 
   67    QSize contentsSize()
 const 
   72    void render( QPainter *, 
const QRegion = QRegion() )
 
   77    void addToJavaScriptWindowObject( 
const QString &, QObject * )
 
   82    QVariant evaluateJavaScript( 
const QString & )
 
   88    void loadFinished( 
bool ok );
 
   90    void javaScriptWindowObjectCleared();