Searched defs:QWebInspector (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/qt/Api/
H A Dqwebinspector.h30 class QWEBKIT_EXPORT QWebInspector : public QWidget { class in inherits:QWidget
33 QWebInspector(QWidget* parent = 0);
34 ~QWebInspector();
H A Dqwebinspector.cpp32 \class QWebInspector
35 \brief The QWebInspector class allows the placement and control of a
43 A typical use of QWebInspector follows:
47 A QWebInspector can be made visible either programmatically using
51 \note A QWebInspector will display a blank widget if either:
64 \o the QWebInspector is shown.
79 Constructs an unbound QWebInspector with \a parent as its parent.
81 QWebInspector::QWebInspector(QWidget* parent) function in class:QWebInspector
90 QWebInspector
[all...]

Completed in 117 milliseconds