summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/doc/examples/signalandslots.qdocinc
blob: cfae43ace5793852add128a5755486831dd1797a (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 ...