diff options
Diffstat (limited to 'tools/qdoc3/doc/examples/signalandslots.qdocinc')
-rw-r--r-- | tools/qdoc3/doc/examples/signalandslots.qdocinc | 9 |
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 ... |