Quote Originally Posted by Alex Snet View Post
Please, give me an example how to write console application on QT.
Add QT-=gui to the project file and use QCoreApplication instead of QApplication.

I need network support (have QT an HTTP protocol wrapper?)
Yes, have a look at QHttp and QNetworkAccessManager classes.

Can I do it with QT in console?
Yes, of course.

I need make a robot to parse some sites. Only QT is allowed.
Please help.
You might want to take a look at QXmlQuery then.