WebEngineLoadingInfo QML Type

WebEngineView::loadingChanged シグナルのユーティリティ型。詳細...

Import Statement: import QtWebEngine
Since: QtWebEngine 1.0
In C++: QWebEngineLoadingInfo

プロパティ

詳細説明

URL や現在の読み込みステータス (開始、成功、失敗) など、 Web ページの読み込みリクエストに関する情報を保持します。

WebEngineView::loadingChangedも参照してください

プロパティ ドキュメント

errorCode : int [read-only]

エラーコードを保持します。


errorDomain : enumeration [read-only]

この列挙は、ロード要求エラーのタイプを保持します:

定数説明
WebEngineLoadingInfo.NoErrorDomainエラータイプが不明。
WebEngineLoadingInfo.InternalErrorDomain内容はQt WebEngine で解釈できない。
WebEngineLoadingInfo.ConnectionErrorDomainネットワーク接続の不具合によるエラーです。
WebEngineLoadingInfo.CertificateErrorDomainエラーは SSL/TLS 証明書に関連しています。
WebEngineLoadingInfo.HttpErrorDomainエラーは HTTP 接続に関連しています。
WebEngineLoadingInfo.FtpErrorDomainエラーは FTP 接続に関連しています。
WebEngineLoadingInfo.DnsErrorDomainエラーはDNS接続に関連する。
WebEngineLoadingInfo.HttpStatusCodeDomainエラーはHTTPレスポンス・ステータス・コードです。成功した場合でも、サーバーはステータス200で応答します。

errorString : string [read-only]

エラーメッセージを保持します。


status : enumeration [read-only]

この列挙は、ウェブページ読み込み要求の読み込みステータスを表します:

定数説明
WebEngineView.LoadStartedStatusページは現在ロード中です。
WebEngineView.LoadStoppedStatusページのロードは stop() メソッドまたはローダーコード、Chromium のネットワークスタックによって停止されました。
WebEngineView.LoadSucceededStatusページのロードに成功しました。
WebEngineView.LoadFailedStatusページをロードできませんでした。

WebEngineView::loadingChangedも参照してください


url : url [read-only]

ロードリクエストの 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.