Files
qt4-x11/tools/qdoc3/doc/examples/signalandslots.qdocinc
2025-08-24 20:55:26 +08:00

10 lines
296 B
Plaintext

\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 ...