I am doing the first steps in using QtCreator on Linux (opensuse). When I compile the project I am getting many messages (warnings, errors etc) in the "build issues" window. For example:

... In file included from lineBuilder.cpp:13:
or
... warning: ignoring #pragma warning

I understand the reasons for all messages, both warnings and errors (except this ..In file included... message), but I am trying to figure out how to get additional info about them.

My questions are:
1. There is an icon In front of each message. I can't find any information in the help regarding the meaning of these icons. Does anyone know where are the explanations for the icon meaning in the qt creator docs?

2. How can I get the detailed description of the message? For example, in VS2008 hitting F1 brings up the help page with the detailed description of the error. If such a thing possible on linux and where should I look for the detailed explanations of these messages? When I hit "F1" while highlighting the message, II am getting "No documentation available".

Thanks.