Home | History | Annotate | Download | only in Api

Lines Matching full:inspector

35     QWebPage's inspector.
36 The inspector allows you to see a page current hierarchy and loading
53 This class acts mostly as a container and a controller for the inspector.
54 Most of the resources needed by the inspector are owned by the associated
61 \section1 Inspector configuration persistence
63 The inspector allows the user to configure some options through its
83 Destroys the inspector.
111 if (page && page->d->inspector && page->d->inspector != this) {
113 page->d->inspector->setPage(0);
154 #if ENABLE(INSPECTOR)
155 // Allows QWebInspector::show() to init the inspector.
169 #if ENABLE(INSPECTOR)