Qt Safe Renderer QML Types

The Qt Safe Renderer QML types can be imported into the application using the following import statement in the .ui.qml file:

  1. import Qt.SafeRenderer 1.1

Qt Safe Renderer provides the following QML types that can be used for creating safety-critical UI elements:

SafeImage Provides a QML Image type which can be rendered in the Qt Safe Renderer runtime
SafePicture Provides a QML Picture type which can be rendered in the Qt Safe Renderer runtime
SafeText Provides a QML text type which can be rendered in the Qt Safe Renderer runtime
SafeMessage Provides a message interface for sending messages from QML runtime to QSR process

Qt Safe Renderer C++ ClassesQuality Control Tools

Available under certain Qt licenses.Find out more.