FAQ

    Can Qt Safe Renderer render parameterized information?

    Yes, Qt Safe Renderer can render ISO/IEC 8859-1:1998 (Latin-1) characters with dynamic when runtimeEditable is set to .

    What happens if Qt Safe Renderer crashes?

    Qt Safe Renderer is designed to be stable in all conditions. However, if it should crash, the main UI functionality is not disturbed as the main UI does not depend on Qt Safe Renderer. You can have a watchdog that monitors Qt Safe Renderer and if needed, restarts it. The watchdog can assume that if the Qt Safe Renderer process is up and running, it renders the safety-critical content properly.

    Can Qt Safe Renderer render the safety-critical UI even if the main UI fails?

    Yes, Qt Safe Renderer continues to render the safety-critical UI elements even if an error occurs in the main UI.

    Qt Safe Renderer validates the bitmap checksum information before it renders the bitmap.

    How many safety-critical bitmaps can Qt Safe Renderer render inside one layout?

    Qt Safe Renderer is able to render 128 bitmaps included in a layout file.

    What kind of tests are included in the Qt Safe Renderer installation?

    The Qt Safe Renderer installation includes the unit tests and their documentation. You find the tests under <Qt installation directory>/Src/-<version>/tests. The unit tests are documented in <Qt installation directory>Docs/QtSafeRenderer-<version>/qtsaferenderer/qtsr-unit-tests.html.

    How does Qt Safe Renderer support safety-critical touch input?

    How do I generate the layout data again?

    If you accidentally delete the layout data folder that contains the .srb and .srl files for your project, you can regenerate the layout data by running the qmake tool and building the project. For more information, see .

    Can Qt Safe Renderer be used with Qt 3D Studio?

    Yes, from Qt 3D Studio point of view Safe elements can be used just like any other 2D content created with Qt Design tools. Please refer to Qt 3D Studio documentation for details.

    Qt Safe Renderer Safety Manual

    Available under certain Qt licenses.