Home | History | Annotate | Download | only in Api

Lines Matching refs:inspector

36     QWebPage's inspector.
37 The inspector can display a page's hierarchy, its loading statistics and
59 This class acts mostly as a container and a controller for the inspector.
60 Most of the resources needed by the inspector are owned by the associated
67 \section1 Inspector configuration persistence
69 The inspector allows the user to configure some options through its
88 Destroys the inspector.
99 Bind this inspector to the QWebPage to be inspected.
118 if (page && page->d->inspector && page->d->inspector != this) {
120 page->d->inspector->setPage(0);
161 #if ENABLE(INSPECTOR)
162 // Allows QWebInspector::show() to init the inspector.
171 #if ENABLE(INSPECTOR)
180 #if ENABLE(INSPECTOR)