46 void setZoomFactor( qreal factor )
51 void setScrollBarPolicy( Qt::Orientation orientation, Qt::ScrollBarPolicy scrollbarpolicy )
53 Q_UNUSED( orientation )
54 Q_UNUSED( scrollbarpolicy )
57 void setHtml(
const QString &html,
const QUrl &url = QUrl() )
61 emit loadFinished(
true );
64 QSize contentsSize()
const
69 void render( QPainter *,
const QRegion = QRegion() )
74 void addToJavaScriptWindowObject(
const QString &, QObject * )
79 QVariant evaluateJavaScript(
const QString & )
85 void loadFinished(
bool ok );
87 void javaScriptWindowObjectCleared();