OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:QWebInspector
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/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
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
[
all
...]
Completed in 29 milliseconds