summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/doc/examples/signalandslots.qdocinc
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2010-02-10 15:49:36 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2010-02-10 15:49:36 (GMT)
commit689dba5dde34da15b954d21951e4066b3e29b208 (patch)
treea8579224cd66c0db99fbef697981e91b53d9b135 /tools/qdoc3/doc/examples/signalandslots.qdocinc
parent89859e4dc667989bf41ad340df9b553457ae46db (diff)
downloadQt-689dba5dde34da15b954d21951e4066b3e29b208.zip
Qt-689dba5dde34da15b954d21951e4066b3e29b208.tar.gz
Qt-689dba5dde34da15b954d21951e4066b3e29b208.tar.bz2
Doc: Added the qdoc manual to the repository for future maintenance.
Reviewed-by: Trust Me
Diffstat (limited to 'tools/qdoc3/doc/examples/signalandslots.qdocinc')
-rw-r--r--tools/qdoc3/doc/examples/signalandslots.qdocinc9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/qdoc3/doc/examples/signalandslots.qdocinc b/tools/qdoc3/doc/examples/signalandslots.qdocinc
new file mode 100644
index 0000000..cfae43a
--- /dev/null
+++ b/tools/qdoc3/doc/examples/signalandslots.qdocinc
@@ -0,0 +1,9 @@
+\section1 Signals and Slots
+
+Signals and slots are used for communication between objects. The signals and
+slots mechanism is a central feature of Qt and probably the part that differs
+most from the features provided by other frameworks.
+
+\section2 Introduction
+
+In GUI programming, when we ...