18#include <QtCore/qobject.h>
19#include <QtCore/qurl.h>
20#include <QtCore/qpointer.h>
22#include <private/qv4value_p.h>
23#include <private/qv4context_p.h>
24#include <private/qv4persistent_p.h>
30#if QT_CONFIG(qml_network)
65#if QT_CONFIG(qml_network)
The QJSEngine class provides an environment for evaluating JavaScript code.
The QJSValue class acts as a container for Qt/JavaScript data types.
The QNetworkAccessManager class allows the application to send network requests and receive replies.
The QNetworkReply class contains the data and headers for a request sent with QNetworkAccessManager.
\macro QT_RESTRICTED_CAST_FROM_ASCII
static QJSValue method_include(QV4::ExecutionEngine *engine, const QUrl &url, const QJSValue &callbackFunction)
Combined button and popup list for selecting options.
QQmlContext * qmlContext(const QObject *obj)
QUrl url("example.com")
[constructor-url-reference]