I learned the basics of Qt and am now interested in the depths of this pretty library. Please help me understand:
- Are all classes derived from QObject ?
- Why is it possible to draw on QWidget (and derived classes)?
- What does the string
return app.exec(); mean return app.exec(); ? What does the exec () method do? - Are there virtual slots ? And virtual signals ?
Thanks.
source share