Qt Interface Framework Generator

Qt Interface Framework provides a way for you to describe interfaces using its own Interface Definition Language (IDL) and then generate Qt/QML API code based on this definition. This generator is based on the QFace library, that provides a generic auto-generation framework.

Known Limitations

Currently, Qt Interface Framework generator has the following limitations:

  • There's no support for external C++ types, outside of the IDL, such as reusing a QGeoCoordinate inside a QFace IDL.
  • Defined Interfaces can't be used as types in properties or function arguments.
  • The map<> type is not supported.
  • Any default values provided directly in the QFace file are currently ignored.

© 2021 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.