Qt Reference Documentation

Tutorial: Writing QML extensions with C++

The Qt Declarative module provides a set of APIs for extending QML through C++ extensions. You can write extensions to add your own QML types, extend existing Qt types, or call C/C++ functions that are not accessible from ordinary QML code.

This tutorial shows how to write a QML extension using C++ that includes core QML features, including properties, signals and bindings. It also shows how extensions can be deployed through plugins.

You can find the source code for this tutorial in Qt's examples/declarative/tutorials/extending directory.

Tutorial chapters:

  1. Creating a New Type
  2. Connecting to C++ Methods and Signals
  3. Adding Property Bindings
  4. Using Custom Property Types
  5. Using List Property Types
  6. Writing an Extension Plugin
  7. In Summary
X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.