aboutsummaryrefslogtreecommitdiffstats
path: root/docs/builtin.rst
blob: b39746c341ed2e6f04ea4bec3a672cba5474c7a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Builtin Generators
==================

QFace contains several built in code generators. Their purpose is merely to showcase how to write a code generator
with QFace. They are working and complete examples of a general purpose generators.

* The QtCPP generator generates a Qt C++ plugin with a QML API ready to be used in your project.
* The QtQml generator generates a QML only API which ready to be used.

From the QML user interface perspective both provide the same API and are interchangeable.


.. toctree::
   :maxdepth: 1

   qtcpp
   qtqml