retifrav / XMLHttpRequest-from-QML

An example of working with XMLHttpRequest from QML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

An example of working with XMLHttpRequest from QML

License:MIT License


Languages

Language:QML 60.3%Language:C# 25.2%Language:QMake 10.8%Language:C++ 3.7%