summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/doc/examples/signalandslots.qdocinc
diff options
context:
space:
mode:
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 0000000000..cfae43ace5
--- /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 ...