WebViewLoadRequest QML Type
WebView 의 loadingChanged() 신호에 대한 유틸리티 유형입니다. 더 보기...
Import Statement: | import QtWebView |
속성
- errorString : string
- status : enumeration
- url : url
상세 설명
WebViewLoadRequest 유형에는 요청된 URL의 로드 상태 정보가 포함되어 있습니다.
WebView.loadingChanged()도 참조하세요 .
속성 문서
errorString : string |
로드 요청이 실패한 경우 오류 메시지를 보유합니다.
status : enumeration |
이 열거형은 웹 페이지 로드 요청의 로드 상태를 나타냅니다.
Constant | 설명 |
---|---|
WebView.LoadStartedStatus | 페이지가 현재 로드 중입니다. |
WebView.LoadSucceededStatus | 페이지가 성공적으로 로드되었습니다. |
WebView.LoadFailedStatus | 페이지를 로드할 수 없습니다. |
WebView.loadingChanged 를참조하세요 .
url : url |
로드 요청의 URL입니다.
© 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.