2

Can someone please explain the sections in the file and their significance? How are signals and slots made available for calling?

Sulla
  • 7,631
  • 9
  • 45
  • 71
  • You should post here a short example of generated cpp file and your thoughts about it's parts. – Vi. Jan 27 '11 at 19:12

1 Answers1

1

A part of Qt in Depth talk from Qt DevDays 2006 is devoted to signal/slot internals.

Nikita Nemkin
  • 2,780
  • 22
  • 23