QWebEngineHistoryItem Class

The QWebEngineHistoryItem class represents one item in the history of a web engine page. More...

Header: #include <QWebEngineHistoryItem>
qmake: QT += webenginewidgets
Since: Qt 5.4

This class was introduced in Qt 5.4.

Public Functions

QUrl iconUrl() const

Detailed Description

Each web engine history item represents an entry in the history stack of a web page, containing information about the page, its location, and the time when it was last visited.

See also QWebEngineHistory and QWebEnginePage::history().

Member Function Documentation

QUrl QWebEngineHistoryItem::iconUrl() const

Returns the URL of the icon associated with the history item.

See also url(), originalUrl(), and title().