WebViewLoadRequest QML Type
WebView のloadingChanged() シグナル用のユーティリティ型。詳細...
Import Statement: | import QtWebView |
プロパティ
- errorString : string
- status : enumeration
- url : url
詳細説明
WebViewLoadRequest 型には、要求された URL のロードステータス情報が含まれます。
WebView.loadingChanged()も参照してください 。
プロパティの説明
errorString : string |
ロード要求が失敗した場合のエラーメッセージを保持します。
status : enumeration |
この列挙は、ウェブページのロード要求のロード状態を表します。
定数 | 説明 |
---|---|
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.