summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@digia.com>2012-12-11 15:20:38 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-12 14:57:59 +0100
commit781e17bb19d93de888ac68dad1f66d15115f72cc (patch)
tree292d25063621a430d603cfaa3a7a9d9c0c8c54b2 /examples
parent30ce8820b9777b14cba5fbbaa9e2be547dbad6bc (diff)
Doc: Added documentation for dumpcpp and dumpdoc tools
Moved from the qtdoc repo Change-Id: I05a84e0e3f4d2b08a1712da3cf8d9515e9987b74 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/activeqt/webbrowser/doc/images/activeqt-webbrowser-example.pngbin0 -> 59163 bytes
-rw-r--r--examples/activeqt/webbrowser/doc/src/webbrowser.qdoc2
2 files changed, 2 insertions, 0 deletions
diff --git a/examples/activeqt/webbrowser/doc/images/activeqt-webbrowser-example.png b/examples/activeqt/webbrowser/doc/images/activeqt-webbrowser-example.png
new file mode 100644
index 0000000..4913594
--- /dev/null
+++ b/examples/activeqt/webbrowser/doc/images/activeqt-webbrowser-example.png
Binary files differ
diff --git a/examples/activeqt/webbrowser/doc/src/webbrowser.qdoc b/examples/activeqt/webbrowser/doc/src/webbrowser.qdoc
index 7d79928..a3fd6ca 100644
--- a/examples/activeqt/webbrowser/doc/src/webbrowser.qdoc
+++ b/examples/activeqt/webbrowser/doc/src/webbrowser.qdoc
@@ -34,6 +34,8 @@
application. The user interface has been developed using the Qt
Designer integration of the QAxWidget class.
+ \image activeqt-webbrowser-example.png
+
The code demonstrates how the Qt application can communicate
with the embedded ActiveX controls using signals, slots and the
dynamicCall() function.