Qx v0.5.8
Qt Extensions Library
|
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... | |
This component roughly mirrors Qt Network in terms of scope and organization.