kromain / qml-utils

A collection of QML utilities and snippets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A collection of utilities for QML

Contents:

*** JSONListModel

A QML ListModel for JSON data.
Features:
  - API matching with XMLListModel, for ease of use
  - file-based and string-based data
  - Automatic model roles from JSON element properties
  - Complex JSON document handling with JSONPath, XPath for JSON (http://goessner.net/articles/JsonPath/)
  - Advanced querying and filtering expressions
 
 

About

A collection of QML utilities and snippets

License:MIT License


Languages

Language:QML 58.9%Language:JavaScript 41.1%