QWebHistoryItem Class Reference |
Function | Description |
---|---|
title() | The page title. |
url() | The location of the page. |
originalUrl() | The URL used to access the page. |
lastVisited() | The date and time of the user's last visit to the page. |
icon() | The icon associated with the page that was provided by the server. |
Note: QWebHistoryItem objects are value based and explicitly shared.
See also QWebHistory, QWebPage.history(), and QWebHistoryInterface.
Constructs a history item from other.
Returns the icon associated with the history item.
See also title(), url(), and lastVisited().
Returns the date and time that the page associated with the item was last visited.
See also title(), icon(), and url().
Returns the original URL associated with the history item.
See also url().
Returns the title of the page associated with the history item.
See also icon(), url(), and lastVisited().
Returns the URL associated with the history item.
See also originalUrl(), title(), and lastVisited().
PyQt 4.4.4 for Windows | Copyright © Riverbank Computing Ltd and Trolltech AS 2008 | Qt 4.4.2 |