QtQml.qtqml-xmlhttprequest-example

src="https://assets.ubuntu.com/v1/993333b2-qml-xmlhttprequest-example.png" alt="" />

XMLHttpRequest contains a small QML example demonstrating Qt QML's XMLHTTPRequest functionality. For more information, visit the section about XMLHttpRequest.

Running the Example

To run the example from Qt Creator, open the Welcome mode and select the example from Examples. For more information, visit Building and Running an Example.

Get Data

Get data uses the XMLHttpRequest API to fetch an XML document from a server. It displays the header of the HTTP response and the body of the XML document.

Files:

  • xmlhttprequest/data.xml
  • xmlhttprequest/get.qml
  • xmlhttprequest/xmlhttprequest.qml
  • xmlhttprequest/main.cpp
  • xmlhttprequest/xmlhttprequest.pro
  • xmlhttprequest/xmlhttprequest.qmlproject
  • xmlhttprequest/xmlhttprequest.qrc