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

  /external/webkit/WebKit/qt/Api/
qgraphicswebview.h 38 class QWEBKIT_EXPORT QGraphicsWebView : public QGraphicsWidget {
50 explicit QGraphicsWebView(QGraphicsItem* parent = 0);
51 ~QGraphicsWebView();
qgraphicswebview.cpp 22 #include "qgraphicswebview.h"
50 QGraphicsWebViewOverlay(QGraphicsWebView* view)
69 friend class QGraphicsWebView;
70 QGraphicsWebView* q;
77 QGraphicsWebViewPrivate(QGraphicsWebView* parent)
87 // this QGraphicsWebView as the scrollbars are needed when there's no compositing
124 QGraphicsWebView* q;
308 \class QGraphicsWebView
309 \brief The QGraphicsWebView class allows Web content to be added to a GraphicsView.
322 for this item, making it simple to adapt existing code to use QGraphicsWebView instea
    [all...]

Completed in 15 milliseconds