Qx v0.5.7
Qt Extensions Library
Loading...
Searching...
No Matches
Qx Network

The Network component further specializes and refines the TCP/IP programming APIs provided by Qt Network. More...

Classes

class  Qx::AsyncDownloadManager
 The AsyncDownloadManager class is used to queue and process one or more downloads in an asynchronous manner using signals and slots. More...
 
class  Qx::DownloadOpReport
 The DownloadOpReport class details the result of a single file download. More...
 
struct  Qx::DownloadTask
 The DownloadTask struct contains the information necessary to download a file from a URL. More...
 
class  Qx::NetworkReplyError
 The NetworkReplyError class provides a full error object for QNetworkReply, similar to other Qt classes, that can be more convenient for processing errors than just QNetworkReply::NetworkError. More...
 
class  Qx::SyncDownloadManager
 The SyncDownloadManager class is used to queue and process one or more downloads in a synchronous manner. More...
 

Detailed Description

Import:
find_package(Qx REQUIRED COMPONENTS Network)
The Qx namespace is the main namespace through which all non-global functionality of the Qx library i...
Definition qx-processwaiter.cpp:5
Link:
target_link_libraries(target_name Qx::Network)
Include:
#include <qx/network.h>

This component roughly mirrors Qt Network in terms of scope and organization.

Note
Qx must be built using a build of Qt with SSL support enabled in order for this component to handle secure connections (e.g. HTTPS).
It is recommended to configure Qt with -ssl on Linux and -schannel on Windows.