summaryrefslogtreecommitdiffstats
path: root/src/tools/qdoc/doc/examples/signalandslots.qdocinc
blob: e14ede14417267f86b079e42f0c8dd210f1a997c (plain)
1
2
3
4
5
6
7
8
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 ...