While programming in C++ with Qt what includes should I make? Just 2 includes
#include #include
or
The only difference is in compilation time. If you don't use precompile QtGui and QtCore headers, the compilation time will suffer greatly, and you should try to avoid that.
QtGui
QtCore