Qt Network C++ Classes▲
Provides classes to make network programming easier and portable.
Classes▲
-
QSslEllipticCurve: Represents an elliptic curve for use by elliptic-curve cipher algorithms.
-
QSslPreSharedKeyAuthenticator: The QSslPreSharedKeyAuthenticator class provides authentication data for pre shared keys (PSK) ciphersuites.
Detailed Description▲
To include the definitions of the module's classes, use the following directive:
Sélectionnez
#include <QtNetwork>
To link against the module, add this line to your qmake .pro file:
Sélectionnez
QT +=
network