summaryrefslogtreecommitdiff
path: root/README.md
blob: 932dc4a2c55eed84660db4dd7124a974988a3187 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# QML Interface Builder

Infrastructure to build a QML/Qt CPP interface based on an interface definition 
language and templates.

This tool set is not build for highest performance. Rather flexibility in the 
IDL design and generator creation was the goal. It uses great libraries to 
minimize the amount of code required to be maintained.

The code parsing and generation part a very flexible and allows many users to
generate their vision of a QMLCPP interface. 

The Domain language is surely not limited to this.

Please see the INSTALL and USAGE guides for more information.