HomeSort by relevance Sort by last modified time
    Searched defs:QGraphicsWebView (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit/qt/Api/
qgraphicswebview.h 40 class QWEBKIT_EXPORT QGraphicsWebView : public QGraphicsWidget {
57 explicit QGraphicsWebView(QGraphicsItem* parent = 0);
58 ~QGraphicsWebView();
qgraphicswebview.cpp 22 #include "qgraphicswebview.h"
55 QGraphicsWebViewPrivate(QGraphicsWebView* parent)
75 QGraphicsWebView* q;
156 \class QGraphicsWebView
157 \brief The QGraphicsWebView class allows Web content to be added to a GraphicsView.
170 for this item, making it simple to adapt existing code to use QGraphicsWebView instead
186 \fn void QGraphicsWebView::titleChanged(const QString &title)
194 \fn void QGraphicsWebView::urlChanged(const QUrl &url)
202 \fn void QGraphicsWebView::iconChanged()
213 \fn void QGraphicsWebView::loadStarted(
    [all...]

Completed in 392 milliseconds