
Qt is a cross-platform c++ application framework. qt's primary feature is its rich set of widgets that provide standard gui functionality.
the qtnetwork module offers classes that allow you to write tcp/ip clients and servers. it provides classes to make network programming easier and portable.