Hi,

I have a doubt.

What's better (it is just an example):
Qt Code:
  1. #include <GtGui>
To copy to clipboard, switch view to plain text mode 
or
Qt Code:
  1. #include <QDir>
  2. #include <QFileInfo>
  3. #include <QTranslator>
  4. ...
To copy to clipboard, switch view to plain text mode 

I'm studing some Qt4 applications (source code) and all of them define all the individual includes, when using the #include <GtGui> all includes are "included". What we win defining all the includes individually?

Best regards, xEsk.