Qt Network C++ Classes

Provides classes to make network programming easier and portable. More...

Classes

QSslEllipticCurve

Represents an elliptic curve for use by elliptic-curve cipher algorithms

QSslPreSharedKeyAuthenticator

Authentication data for pre shared keys (PSK) ciphersuites

Detailed Description

To include the definitions of the module's classes, use the following directive:


  #include <QtNetwork>

To link against the module, add this line to your qmake .pro file:


  QT += network