summaryrefslogtreecommitdiffstats
path: root/src/tools/qdoc/doc/examples/signalandslots.qdocinc
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/qdoc/doc/examples/signalandslots.qdocinc')
-rw-r--r--src/tools/qdoc/doc/examples/signalandslots.qdocinc9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/tools/qdoc/doc/examples/signalandslots.qdocinc b/src/tools/qdoc/doc/examples/signalandslots.qdocinc
new file mode 100644
index 0000000000..e14ede1441
--- /dev/null
+++ b/src/tools/qdoc/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 ...