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 |
|
---|
3 | Signals and slots are used for communication between objects. The signals and
|
---|
4 | slots mechanism is a central feature of Qt and probably the part that differs
|
---|
5 | most from the features provided by other frameworks.
|
---|
6 |
|
---|
7 | \section2 Introduction
|
---|
8 |
|
---|
9 | In GUI programming, when we ...
|
---|
Note:
See
TracBrowser
for help on using the repository browser.