45 void setZoomFactor( qreal factor )
50 void setScrollBarPolicy( Qt::Orientation orientation, Qt::ScrollBarPolicy scrollbarpolicy )
52 Q_UNUSED( orientation )
53 Q_UNUSED( scrollbarpolicy )
56 void setHtml(
const QString &html,
const QUrl &url = QUrl() )
60 emit loadFinished(
true );
63 QSize contentsSize()
const
68 void render( QPainter *,
const QRegion = QRegion() )
73 void addToJavaScriptWindowObject(
const QString &, QObject * )
78 QVariant evaluateJavaScript(
const QString & )
84 void loadFinished(
bool ok );
86 void javaScriptWindowObjectCleared();