/XMLHttpRequest-from-QML

An example of working with XMLHttpRequest from QML

Primary LanguageQMLMIT LicenseMIT

XMLHttpRequest from QML

An example of working with XMLHttpRequest from QML.

Consists of 2 projects:

  1. Backend - implemented with .NET Core Web API;
  2. Frontend - implemented with Qt Quick/QML.

Backend serves this JSON:

JSON in Firefox

Frontend fetches it, makes some processing and shows the result to user:

QML application

For more details read the following article: https://retifrav.github.io/blog/2018/06/09/qml-xmlhttprequest/