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

  /external/webkit/WebKit/qt/Api/
qwebinspector.h 30 class QWEBKIT_EXPORT QWebInspector : public QWidget {
33 QWebInspector(QWidget* parent = 0);
34 ~QWebInspector();
qwebinspector.cpp 21 #include "qwebinspector.h"
32 \class QWebInspector
34 \brief The QWebInspector class allows the placement and control of a
41 A typical use of QWebInspector follows:
45 \note A QWebInspector will display a blank widget if either:
58 \o the QWebInspector is shown.
74 Constructs an empty QWebInspector with parent \a parent.
76 QWebInspector::QWebInspector(QWidget* parent)
85 QWebInspector::~QWebInspector(
    [all...]

Completed in 11 milliseconds