XrErrorDialog QML Type

A custom error dialog for XR applications. More...

Import Statement: import QtQuick3D.Xr
Since: Qt 6.8
Inherits:

Item

Status: Technical Preview

Properties

Detailed Description

This type provides a dialog box (internally it dynamically instantiates a Window with a message dialog), for showing an on-screen error message in XR applications in PCVR mode (streaming from a desktop PC), which otherwise have no on-screen windows (as in QQuickWindow / Window).

XrErrorDialog {
    id: errorDialog
    messageTitle: "Error"
    messageText: "An unexpected error occurred."
}

Property Documentation

messageText : string

The detailed text of the error message.


messageTitle : string

The title of the error message.


© 2024 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.