XrErrorDialog QML Type
PCVR 애플리케이션을 위한 사용자 지정 오류 대화상자. 더 보기...
Import Statement: | import QtQuick3D.Xr |
Since: | Qt 6.8 |
Inherits: | |
Status: | Technical Preview |
메서드
- run(string title, string message)
자세한 설명
데스크톱 컴퓨터에서 XR 헤드셋으로 콘텐츠를 스트리밍할 때 이 유형을 사용할 수 있습니다. 일반적으로 데스크톱 화면에 대화 상자를 표시하여 사용자에게 헤드셋 초기화 오류에 대해 알립니다. 내부적으로는 메시지 대화 상자가 있는 창을 동적으로 인스턴스화합니다.
XrView { id: xrView XrErrorDialog { id: errorDialog } onInitializeFailed: (errorString) => errorDialog.run("XRView", errorString) }
메서드 문서
© 2025 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.