C

Qt Cluster: Rendering and Recovery from Main UI Failure

Qt Cluster demonstrates rendering of safety-critical QML elements and recovery from the main UI failure. You should use Qt Cluster with the Telltales and Event Sender examples. On the target device, you also need the Message Proxy example.

Qt Cluster is a Qt application that does not include any safety-critical UI elements. However, when you run it together with the Telltales example, Telltales demonstrates how the safety-critical UI is rendered in a separate process by Qt Safe Renderer and you can see the rendered safety-critical QML elements on the Qt Cluster's UI. You can use the Event Sender example for sending events to Telltales and Qt Cluster.

For more information, see Testing Safety-Critical Rendering and Events. This topic describes how you can use Qt Cluster together with the Telltales and Event Sender examples to test the rendering and event sending in the safety-critical UI.

Building Qt Cluster Example

You find the Qt Cluster example under the Qt Safe Renderer installation folder: <Qt installation directory>/Examples/QtSafeRenderer-<version>/saferenderer/qtcluster.

You can build the example for the host platform, QNX, INTEGRITY, and Embedded Linux.

To build and run the project, opent the project in Qt Creator's Edit mode and select Build > Run.

By default, when you select Build > Run in Qt Creator for your project, Qt Creator builds the project, deploys it to the device defined in the kit, and runs it there. However, if you have not made any changes to the project since you last built and deployed it, Qt Creator simply runs it again. For more information, see Building and Running topic in Qt Creator Manual.

Following topics provide target-specific instructions about building projects:

Example Files

Files:

Images:

Available under certain Qt licenses.
Find out more.