WebViewLoadRequest QML Type

WebViewloadingChanged() シグナル用のユーティリティ型。詳細...

Import Statement: import QtWebView

プロパティ

詳細説明

WebViewLoadRequest 型には、要求された URL のロードステータス情報が含まれます。

WebView.loadingChanged()も参照してください

プロパティの説明

errorString : string [read-only]

ロード要求が失敗した場合のエラーメッセージを保持します。


status : enumeration [read-only]

この列挙は、ウェブページのロード要求のロード状態を表します。

定数説明
WebView.LoadStartedStatusページは現在ロード中です。
WebView.LoadSucceededStatusページは正常にロードされました。
WebView.LoadFailedStatusページをロードできませんでした。

WebView.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.