source: trunk/tools/qdoc3/doc/examples/signalandslots.qdocinc

Last change on this file was 846, checked in by Dmitry A. Kuminov, 14 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

File size: 296 bytes
Line 
1\section1 Signals and Slots
2
3Signals and slots are used for communication between objects. The signals and
4slots mechanism is a central feature of Qt and probably the part that differs
5most from the features provided by other frameworks.
6
7\section2 Introduction
8
9In GUI programming, when we ...
Note: See TracBrowser for help on using the repository browser.