WebEngineHistoryModel QML Type

ウェブエンジンページの履歴を表すデータモデル。詳細...

Import Statement: import QtWebEngine
Since: QtWebEngine 1.1
In C++: QWebEngineHistoryModel

詳細説明

WebEngineHistoryModel 型は、titleurliconoffset の役割を公開します。titleurliconは、訪問したページのタイトル、URL、ファビコンを指定します。offsetは、現在のページ(0)に対するページの位置を指定します。正の数は、そのページが現在のページの後に訪問されたことを示し、負の数は、そのページが現在のページの前に訪問されたことを示します。

この型は作成不可能ですが、WebEngineView.history プロパティを使用することでアクセスできます。

WebEngineHistoryも参照してください

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