XrErrorDialog QML Type
A custom error dialog for XR applications. More...
Import Statement: | import QtQuick3D.Xr |
Since: | Qt 6.8 |
Inherits: | |
Status: | Technical Preview |
Properties
- messageText : string
- messageTitle : string
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.