Notation used in Ruby API documentation
Module: QtNetwork
Description: Binding of QNetworkReply
Class hierarchy: QNetworkReply » QIODevice » QObject
Sub-classes: NetworkError, QFlags_NetworkError
[const] | QNetworkReply ptr | _const_cast | Returns a non-const reference to self. | |
void | _create | Ensures the C++ object is created | ||
void | _destroy | Explicitly destroys the object | ||
[const] | bool | _destroyed? | Returns a value indicating whether the object was already destroyed | |
[const] | bool | _is_const_object? | Returns a value indicating whether the reference is a const reference | |
void | _manage | Marks the object as managed by the script side. | ||
void | _unmanage | Marks the object as no longer owned by the script side. | ||
void | abort | Method void QNetworkReply::abort() | ||
[signal] | void | aboutToClose | Signal declaration for QNetworkReply::aboutToClose() | |
[const] | variant | attribute | (const QNetworkRequest_Attribute code) | Method QVariant QNetworkReply::attribute(QNetworkRequest::Attribute code) |
[signal] | void | bytesWritten | (long long bytes) | Signal declaration for QNetworkReply::bytesWritten(qint64 bytes) |
[signal] | void | channelBytesWritten | (int channel, long long bytes) | Signal declaration for QNetworkReply::channelBytesWritten(int channel, qint64 bytes) |
[signal] | void | channelReadyRead | (int channel) | Signal declaration for QNetworkReply::channelReadyRead(int channel) |
void | close | Method void QNetworkReply::close() | ||
[signal] | void | destroyed | (QObject ptr arg1) | Signal declaration for QNetworkReply::destroyed(QObject *) |
[signal] | void | downloadProgress | (long long bytesReceived, long long bytesTotal) | Signal declaration for QNetworkReply::downloadProgress(qint64 bytesReceived, qint64 bytesTotal) |
[signal] | void | encrypted | Signal declaration for QNetworkReply::encrypted() | |
[const] | QNetworkReply_NetworkError | error | Method QNetworkReply::NetworkError QNetworkReply::error() | |
[signal] | void | error_sig | (const QNetworkReply_NetworkError arg1) | Signal declaration for QNetworkReply::error(QNetworkReply::NetworkError) |
[signal] | void | finished | Signal declaration for QNetworkReply::finished() | |
[const] | bool | hasRawHeader | (bytes headerName) | Method bool QNetworkReply::hasRawHeader(const QByteArray &headerName) |
[const] | variant | header | (const QNetworkRequest_KnownHeaders header) | Method QVariant QNetworkReply::header(QNetworkRequest::KnownHeaders header) |
void | ignoreSslErrors | (QSslError[] errors) | Method void QNetworkReply::ignoreSslErrors(const QList<QSslError> &errors) | |
void | ignoreSslErrors | Method void QNetworkReply::ignoreSslErrors() | ||
[const] | bool | isFinished? | Method bool QNetworkReply::isFinished() | |
[const] | bool | isRunning? | Method bool QNetworkReply::isRunning() | |
[const] | bool | isSequential? | Method bool QNetworkReply::isSequential() | |
[const] | QNetworkAccessManager ptr | manager | Method QNetworkAccessManager *QNetworkReply::manager() | |
[signal] | void | metaDataChanged | Signal declaration for QNetworkReply::metaDataChanged() | |
[signal] | void | objectNameChanged | (string objectName) | Signal declaration for QNetworkReply::objectNameChanged(const QString &objectName) |
[const] | QNetworkAccessManager_Operation | operation | Method QNetworkAccessManager::Operation QNetworkReply::operation() | |
[signal] | void | preSharedKeyAuthenticationRequired | (QSslPreSharedKeyAuthenticator ptr authenticator) | Signal declaration for QNetworkReply::preSharedKeyAuthenticationRequired(QSslPreSharedKeyAuthenticator *authenticator) |
[const] | bytes | rawHeader | (bytes headerName) | Method QByteArray QNetworkReply::rawHeader(const QByteArray &headerName) |
[const] | bytes[] | rawHeaderList | Method QList<QByteArray> QNetworkReply::rawHeaderList() | |
[const] | QPair_QByteArray_QByteArray[] | rawHeaderPairs | Method const QList<QNetworkReply::RawHeaderPair> &QNetworkReply::rawHeaderPairs() | |
[const] | long long | readBufferSize | Method qint64 QNetworkReply::readBufferSize() | |
void | readBufferSize= | (long long size) | Method void QNetworkReply::setReadBufferSize(qint64 size) | |
[signal] | void | readChannelFinished | Signal declaration for QNetworkReply::readChannelFinished() | |
[signal] | void | readyRead | Signal declaration for QNetworkReply::readyRead() | |
[signal] | void | redirectAllowed | Signal declaration for QNetworkReply::redirectAllowed() | |
[signal] | void | redirected | (const QUrl url) | Signal declaration for QNetworkReply::redirected(const QUrl &url) |
[const] | QNetworkRequest | request | Method QNetworkRequest QNetworkReply::request() | |
void | setReadBufferSize | (long long size) | Method void QNetworkReply::setReadBufferSize(qint64 size) | |
void | setSslConfiguration | (const QSslConfiguration configuration) | Method void QNetworkReply::setSslConfiguration(const QSslConfiguration &configuration) | |
[const] | QSslConfiguration | sslConfiguration | Method QSslConfiguration QNetworkReply::sslConfiguration() | |
void | sslConfiguration= | (const QSslConfiguration configuration) | Method void QNetworkReply::setSslConfiguration(const QSslConfiguration &configuration) | |
[signal] | void | sslErrors | (QSslError[] errors) | Signal declaration for QNetworkReply::sslErrors(const QList<QSslError> &errors) |
[signal] | void | uploadProgress | (long long bytesSent, long long bytesTotal) | Signal declaration for QNetworkReply::uploadProgress(qint64 bytesSent, qint64 bytesTotal) |
[const] | QUrl | url | Method QUrl QNetworkReply::url() |
[static,const] | QNetworkReply_NetworkError | AuthenticationRequiredError | Enum constant QNetworkReply::AuthenticationRequiredError | |
[static,const] | QNetworkReply_NetworkError | BackgroundRequestNotAllowedError | Enum constant QNetworkReply::BackgroundRequestNotAllowedError | |
[static,const] | QNetworkReply_NetworkError | ConnectionRefusedError | Enum constant QNetworkReply::ConnectionRefusedError | |
[static,const] | QNetworkReply_NetworkError | ContentAccessDenied | Enum constant QNetworkReply::ContentAccessDenied | |
[static,const] | QNetworkReply_NetworkError | ContentConflictError | Enum constant QNetworkReply::ContentConflictError | |
[static,const] | QNetworkReply_NetworkError | ContentGoneError | Enum constant QNetworkReply::ContentGoneError | |
[static,const] | QNetworkReply_NetworkError | ContentNotFoundError | Enum constant QNetworkReply::ContentNotFoundError | |
[static,const] | QNetworkReply_NetworkError | ContentOperationNotPermittedError | Enum constant QNetworkReply::ContentOperationNotPermittedError | |
[static,const] | QNetworkReply_NetworkError | ContentReSendError | Enum constant QNetworkReply::ContentReSendError | |
[static,const] | QNetworkReply_NetworkError | HostNotFoundError | Enum constant QNetworkReply::HostNotFoundError | |
[static,const] | QNetworkReply_NetworkError | InsecureRedirectError | Enum constant QNetworkReply::InsecureRedirectError | |
[static,const] | QNetworkReply_NetworkError | InternalServerError | Enum constant QNetworkReply::InternalServerError | |
[static,const] | QNetworkReply_NetworkError | NetworkSessionFailedError | Enum constant QNetworkReply::NetworkSessionFailedError | |
[static,const] | QNetworkReply_NetworkError | NoError | Enum constant QNetworkReply::NoError | |
[static,const] | QNetworkReply_NetworkError | OperationCanceledError | Enum constant QNetworkReply::OperationCanceledError | |
[static,const] | QNetworkReply_NetworkError | OperationNotImplementedError | Enum constant QNetworkReply::OperationNotImplementedError | |
[static,const] | QNetworkReply_NetworkError | ProtocolFailure | Enum constant QNetworkReply::ProtocolFailure | |
[static,const] | QNetworkReply_NetworkError | ProtocolInvalidOperationError | Enum constant QNetworkReply::ProtocolInvalidOperationError | |
[static,const] | QNetworkReply_NetworkError | ProtocolUnknownError | Enum constant QNetworkReply::ProtocolUnknownError | |
[static,const] | QNetworkReply_NetworkError | ProxyAuthenticationRequiredError | Enum constant QNetworkReply::ProxyAuthenticationRequiredError | |
[static,const] | QNetworkReply_NetworkError | ProxyConnectionClosedError | Enum constant QNetworkReply::ProxyConnectionClosedError | |
[static,const] | QNetworkReply_NetworkError | ProxyConnectionRefusedError | Enum constant QNetworkReply::ProxyConnectionRefusedError | |
[static,const] | QNetworkReply_NetworkError | ProxyNotFoundError | Enum constant QNetworkReply::ProxyNotFoundError | |
[static,const] | QNetworkReply_NetworkError | ProxyTimeoutError | Enum constant QNetworkReply::ProxyTimeoutError | |
[static,const] | QNetworkReply_NetworkError | RemoteHostClosedError | Enum constant QNetworkReply::RemoteHostClosedError | |
[static,const] | QNetworkReply_NetworkError | ServiceUnavailableError | Enum constant QNetworkReply::ServiceUnavailableError | |
[static,const] | QNetworkReply_NetworkError | SslHandshakeFailedError | Enum constant QNetworkReply::SslHandshakeFailedError | |
[static,const] | QNetworkReply_NetworkError | TemporaryNetworkFailureError | Enum constant QNetworkReply::TemporaryNetworkFailureError | |
[static,const] | QNetworkReply_NetworkError | TimeoutError | Enum constant QNetworkReply::TimeoutError | |
[static,const] | QNetworkReply_NetworkError | TooManyRedirectsError | Enum constant QNetworkReply::TooManyRedirectsError | |
[static,const] | QNetworkReply_NetworkError | UnknownContentError | Enum constant QNetworkReply::UnknownContentError | |
[static,const] | QNetworkReply_NetworkError | UnknownNetworkError | Enum constant QNetworkReply::UnknownNetworkError | |
[static,const] | QNetworkReply_NetworkError | UnknownProxyError | Enum constant QNetworkReply::UnknownProxyError | |
[static,const] | QNetworkReply_NetworkError | UnknownServerError | Enum constant QNetworkReply::UnknownServerError | |
QMetaObject | staticMetaObject | Obtains the static MetaObject for this class. | ||
string | tr | (string s, string c = nullptr, int n = -1) | Static method QString QNetworkReply::tr(const char *s, const char *c, int n) | |
string | trUtf8 | (string s, string c = nullptr, int n = -1) | Static method QString QNetworkReply::trUtf8(const char *s, const char *c, int n) |
AuthenticationRequiredError | Signature: [static,const] QNetworkReply_NetworkError AuthenticationRequiredError Description: Enum constant QNetworkReply::AuthenticationRequiredError Python specific notes: |
BackgroundRequestNotAllowedError | Signature: [static,const] QNetworkReply_NetworkError BackgroundRequestNotAllowedError Description: Enum constant QNetworkReply::BackgroundRequestNotAllowedError Python specific notes: |
ConnectionRefusedError | Signature: [static,const] QNetworkReply_NetworkError ConnectionRefusedError Description: Enum constant QNetworkReply::ConnectionRefusedError Python specific notes: |
ContentAccessDenied | Signature: [static,const] QNetworkReply_NetworkError ContentAccessDenied Description: Enum constant QNetworkReply::ContentAccessDenied Python specific notes: |
ContentConflictError | Signature: [static,const] QNetworkReply_NetworkError ContentConflictError Description: Enum constant QNetworkReply::ContentConflictError Python specific notes: |
ContentGoneError | Signature: [static,const] QNetworkReply_NetworkError ContentGoneError Description: Enum constant QNetworkReply::ContentGoneError Python specific notes: |
ContentNotFoundError | Signature: [static,const] QNetworkReply_NetworkError ContentNotFoundError Description: Enum constant QNetworkReply::ContentNotFoundError Python specific notes: |
ContentOperationNotPermittedError | Signature: [static,const] QNetworkReply_NetworkError ContentOperationNotPermittedError Description: Enum constant QNetworkReply::ContentOperationNotPermittedError Python specific notes: |
ContentReSendError | Signature: [static,const] QNetworkReply_NetworkError ContentReSendError Description: Enum constant QNetworkReply::ContentReSendError Python specific notes: |
HostNotFoundError | Signature: [static,const] QNetworkReply_NetworkError HostNotFoundError Description: Enum constant QNetworkReply::HostNotFoundError Python specific notes: |
InsecureRedirectError | Signature: [static,const] QNetworkReply_NetworkError InsecureRedirectError Description: Enum constant QNetworkReply::InsecureRedirectError Python specific notes: |
InternalServerError | Signature: [static,const] QNetworkReply_NetworkError InternalServerError Description: Enum constant QNetworkReply::InternalServerError Python specific notes: |
NetworkSessionFailedError | Signature: [static,const] QNetworkReply_NetworkError NetworkSessionFailedError Description: Enum constant QNetworkReply::NetworkSessionFailedError Python specific notes: |
NoError | Signature: [static,const] QNetworkReply_NetworkError NoError Description: Enum constant QNetworkReply::NoError Python specific notes: |
OperationCanceledError | Signature: [static,const] QNetworkReply_NetworkError OperationCanceledError Description: Enum constant QNetworkReply::OperationCanceledError Python specific notes: |
OperationNotImplementedError | Signature: [static,const] QNetworkReply_NetworkError OperationNotImplementedError Description: Enum constant QNetworkReply::OperationNotImplementedError Python specific notes: |
ProtocolFailure | Signature: [static,const] QNetworkReply_NetworkError ProtocolFailure Description: Enum constant QNetworkReply::ProtocolFailure Python specific notes: |
ProtocolInvalidOperationError | Signature: [static,const] QNetworkReply_NetworkError ProtocolInvalidOperationError Description: Enum constant QNetworkReply::ProtocolInvalidOperationError Python specific notes: |
ProtocolUnknownError | Signature: [static,const] QNetworkReply_NetworkError ProtocolUnknownError Description: Enum constant QNetworkReply::ProtocolUnknownError Python specific notes: |
ProxyAuthenticationRequiredError | Signature: [static,const] QNetworkReply_NetworkError ProxyAuthenticationRequiredError Description: Enum constant QNetworkReply::ProxyAuthenticationRequiredError Python specific notes: |
ProxyConnectionClosedError | Signature: [static,const] QNetworkReply_NetworkError ProxyConnectionClosedError Description: Enum constant QNetworkReply::ProxyConnectionClosedError Python specific notes: |
ProxyConnectionRefusedError | Signature: [static,const] QNetworkReply_NetworkError ProxyConnectionRefusedError Description: Enum constant QNetworkReply::ProxyConnectionRefusedError Python specific notes: |
ProxyNotFoundError | Signature: [static,const] QNetworkReply_NetworkError ProxyNotFoundError Description: Enum constant QNetworkReply::ProxyNotFoundError Python specific notes: |
ProxyTimeoutError | Signature: [static,const] QNetworkReply_NetworkError ProxyTimeoutError Description: Enum constant QNetworkReply::ProxyTimeoutError Python specific notes: |
RemoteHostClosedError | Signature: [static,const] QNetworkReply_NetworkError RemoteHostClosedError Description: Enum constant QNetworkReply::RemoteHostClosedError Python specific notes: |
ServiceUnavailableError | Signature: [static,const] QNetworkReply_NetworkError ServiceUnavailableError Description: Enum constant QNetworkReply::ServiceUnavailableError Python specific notes: |
SslHandshakeFailedError | Signature: [static,const] QNetworkReply_NetworkError SslHandshakeFailedError Description: Enum constant QNetworkReply::SslHandshakeFailedError Python specific notes: |
TemporaryNetworkFailureError | Signature: [static,const] QNetworkReply_NetworkError TemporaryNetworkFailureError Description: Enum constant QNetworkReply::TemporaryNetworkFailureError Python specific notes: |
TimeoutError | Signature: [static,const] QNetworkReply_NetworkError TimeoutError Description: Enum constant QNetworkReply::TimeoutError Python specific notes: |
TooManyRedirectsError | Signature: [static,const] QNetworkReply_NetworkError TooManyRedirectsError Description: Enum constant QNetworkReply::TooManyRedirectsError Python specific notes: |
UnknownContentError | Signature: [static,const] QNetworkReply_NetworkError UnknownContentError Description: Enum constant QNetworkReply::UnknownContentError Python specific notes: |
UnknownNetworkError | Signature: [static,const] QNetworkReply_NetworkError UnknownNetworkError Description: Enum constant QNetworkReply::UnknownNetworkError Python specific notes: |
UnknownProxyError | Signature: [static,const] QNetworkReply_NetworkError UnknownProxyError Description: Enum constant QNetworkReply::UnknownProxyError Python specific notes: |
UnknownServerError | Signature: [static,const] QNetworkReply_NetworkError UnknownServerError Description: Enum constant QNetworkReply::UnknownServerError Python specific notes: |
_const_cast | Signature: [const] QNetworkReply ptr _const_cast Description: Returns a non-const reference to self. Basically, this method allows turning a const object reference to a non-const one. This method is provided as last resort to remove the constness from an object. Usually there is a good reason for a const object reference, so using this method may have undesired side effects. This method has been introduced in version 0.29.6. |
_create | Signature: void _create Description: Ensures the C++ object is created Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. |
_destroy | Signature: void _destroy Description: Explicitly destroys the object Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing. |
_destroyed? | Signature: [const] bool _destroyed? Description: Returns a value indicating whether the object was already destroyed This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself. |
_is_const_object? | Signature: [const] bool _is_const_object? Description: Returns a value indicating whether the reference is a const reference This method returns true, if self is a const reference. In that case, only const methods may be called on self. |
_manage | Signature: void _manage Description: Marks the object as managed by the script side. After calling this method on an object, the script side will be responsible for the management of the object. This method may be called if an object is returned from a C++ function and the object is known not to be owned by any C++ instance. If necessary, the script side may delete the object if the script's reference is no longer required. Usually it's not required to call this method. It has been introduced in version 0.24. |
_unmanage | Signature: void _unmanage Description: Marks the object as no longer owned by the script side. Calling this method will make this object no longer owned by the script's memory management. Instead, the object must be managed in some other way. Usually this method may be called if it is known that some C++ object holds and manages this object. Technically speaking, this method will turn the script's reference into a weak reference. After the script engine decides to delete the reference, the object itself will still exist. If the object is not managed otherwise, memory leaks will occur. Usually it's not required to call this method. It has been introduced in version 0.24. |
abort | Signature: void abort Description: Method void QNetworkReply::abort() |
aboutToClose | Signature: [signal] void aboutToClose Description: Signal declaration for QNetworkReply::aboutToClose() You can bind a procedure to this signal. Python specific notes: |
attribute | Signature: [const] variant attribute (const QNetworkRequest_Attribute code) Description: Method QVariant QNetworkReply::attribute(QNetworkRequest::Attribute code) |
bytesWritten | Signature: [signal] void bytesWritten (long long bytes) Description: Signal declaration for QNetworkReply::bytesWritten(qint64 bytes) You can bind a procedure to this signal. Python specific notes: |
channelBytesWritten | Signature: [signal] void channelBytesWritten (int channel, long long bytes) Description: Signal declaration for QNetworkReply::channelBytesWritten(int channel, qint64 bytes) You can bind a procedure to this signal. Python specific notes: |
channelReadyRead | Signature: [signal] void channelReadyRead (int channel) Description: Signal declaration for QNetworkReply::channelReadyRead(int channel) You can bind a procedure to this signal. Python specific notes: |
close | Signature: void close Description: Method void QNetworkReply::close() This is a reimplementation of QIODevice::close |
destroyed | Signature: [signal] void destroyed (QObject ptr arg1) Description: Signal declaration for QNetworkReply::destroyed(QObject *) You can bind a procedure to this signal. Python specific notes: |
downloadProgress | Signature: [signal] void downloadProgress (long long bytesReceived, long long bytesTotal) Description: Signal declaration for QNetworkReply::downloadProgress(qint64 bytesReceived, qint64 bytesTotal) You can bind a procedure to this signal. Python specific notes: |
encrypted | Signature: [signal] void encrypted Description: Signal declaration for QNetworkReply::encrypted() You can bind a procedure to this signal. Python specific notes: |
error | Signature: [const] QNetworkReply_NetworkError error Description: Method QNetworkReply::NetworkError QNetworkReply::error() |
error_sig | Signature: [signal] void error_sig (const QNetworkReply_NetworkError arg1) Description: Signal declaration for QNetworkReply::error(QNetworkReply::NetworkError) You can bind a procedure to this signal. Python specific notes: |
finished | Signature: [signal] void finished Description: Signal declaration for QNetworkReply::finished() You can bind a procedure to this signal. Python specific notes: |
hasRawHeader | Signature: [const] bool hasRawHeader (bytes headerName) Description: Method bool QNetworkReply::hasRawHeader(const QByteArray &headerName) |
header | Signature: [const] variant header (const QNetworkRequest_KnownHeaders header) Description: Method QVariant QNetworkReply::header(QNetworkRequest::KnownHeaders header) |
ignoreSslErrors | (1) Signature: void ignoreSslErrors (QSslError[] errors) Description: Method void QNetworkReply::ignoreSslErrors(const QList<QSslError> &errors) |
(2) Signature: void ignoreSslErrors Description: Method void QNetworkReply::ignoreSslErrors() | |
isFinished? | Signature: [const] bool isFinished? Description: Method bool QNetworkReply::isFinished() |
isRunning? | Signature: [const] bool isRunning? Description: Method bool QNetworkReply::isRunning() |
isSequential? | Signature: [const] bool isSequential? Description: Method bool QNetworkReply::isSequential() This is a reimplementation of QIODevice::isSequential |
manager | Signature: [const] QNetworkAccessManager ptr manager Description: Method QNetworkAccessManager *QNetworkReply::manager() |
metaDataChanged | Signature: [signal] void metaDataChanged Description: Signal declaration for QNetworkReply::metaDataChanged() You can bind a procedure to this signal. Python specific notes: |
objectNameChanged | Signature: [signal] void objectNameChanged (string objectName) Description: Signal declaration for QNetworkReply::objectNameChanged(const QString &objectName) You can bind a procedure to this signal. Python specific notes: |
operation | Signature: [const] QNetworkAccessManager_Operation operation Description: Method QNetworkAccessManager::Operation QNetworkReply::operation() |
preSharedKeyAuthenticationRequired | Signature: [signal] void preSharedKeyAuthenticationRequired (QSslPreSharedKeyAuthenticator ptr authenticator) Description: Signal declaration for QNetworkReply::preSharedKeyAuthenticationRequired(QSslPreSharedKeyAuthenticator *authenticator) You can bind a procedure to this signal. Python specific notes: |
rawHeader | Signature: [const] bytes rawHeader (bytes headerName) Description: Method QByteArray QNetworkReply::rawHeader(const QByteArray &headerName) |
rawHeaderList | Signature: [const] bytes[] rawHeaderList Description: Method QList<QByteArray> QNetworkReply::rawHeaderList() |
rawHeaderPairs | Signature: [const] QPair_QByteArray_QByteArray[] rawHeaderPairs Description: Method const QList<QNetworkReply::RawHeaderPair> &QNetworkReply::rawHeaderPairs() |
readBufferSize | Signature: [const] long long readBufferSize Description: Method qint64 QNetworkReply::readBufferSize() Python specific notes: |
readBufferSize= | Signature: void readBufferSize= (long long size) Description: Method void QNetworkReply::setReadBufferSize(qint64 size) Python specific notes: |
readChannelFinished | Signature: [signal] void readChannelFinished Description: Signal declaration for QNetworkReply::readChannelFinished() You can bind a procedure to this signal. Python specific notes: |
readyRead | Signature: [signal] void readyRead Description: Signal declaration for QNetworkReply::readyRead() You can bind a procedure to this signal. Python specific notes: |
redirectAllowed | Signature: [signal] void redirectAllowed Description: Signal declaration for QNetworkReply::redirectAllowed() You can bind a procedure to this signal. Python specific notes: |
redirected | Signature: [signal] void redirected (const QUrl url) Description: Signal declaration for QNetworkReply::redirected(const QUrl &url) You can bind a procedure to this signal. Python specific notes: |
request | Signature: [const] QNetworkRequest request Description: Method QNetworkRequest QNetworkReply::request() |
setReadBufferSize | Signature: void setReadBufferSize (long long size) Description: Method void QNetworkReply::setReadBufferSize(qint64 size) Python specific notes: |
setSslConfiguration | Signature: void setSslConfiguration (const QSslConfiguration configuration) Description: Method void QNetworkReply::setSslConfiguration(const QSslConfiguration &configuration) Python specific notes: |
sslConfiguration | Signature: [const] QSslConfiguration sslConfiguration Description: Method QSslConfiguration QNetworkReply::sslConfiguration() Python specific notes: |
sslConfiguration= | Signature: void sslConfiguration= (const QSslConfiguration configuration) Description: Method void QNetworkReply::setSslConfiguration(const QSslConfiguration &configuration) Python specific notes: |
sslErrors | Signature: [signal] void sslErrors (QSslError[] errors) Description: Signal declaration for QNetworkReply::sslErrors(const QList<QSslError> &errors) You can bind a procedure to this signal. Python specific notes: |
staticMetaObject | Signature: [static] QMetaObject staticMetaObject Description: Obtains the static MetaObject for this class. |
tr | Signature: [static] string tr (string s, string c = nullptr, int n = -1) Description: Static method QString QNetworkReply::tr(const char *s, const char *c, int n) This method is static and can be called without an instance. |
trUtf8 | Signature: [static] string trUtf8 (string s, string c = nullptr, int n = -1) Description: Static method QString QNetworkReply::trUtf8(const char *s, const char *c, int n) This method is static and can be called without an instance. |
uploadProgress | Signature: [signal] void uploadProgress (long long bytesSent, long long bytesTotal) Description: Signal declaration for QNetworkReply::uploadProgress(qint64 bytesSent, qint64 bytesTotal) You can bind a procedure to this signal. Python specific notes: |
url | Signature: [const] QUrl url Description: Method QUrl QNetworkReply::url() |