Home · All Classes · Modules  · QSS HELP  · QSS 案例 · VER007 HOME

QWebHistoryItem Class Reference
[QtWebKit module]

该QWebHistoryItem类代表了一个历史上一个项目QWebPage More...

Methods


Detailed Description

该QWebHistoryItem类代表了一个历史上一个项目QWebPage

每个QWebHistoryItem实例代表一个网页的历史堆栈中删除条目,包含关于页面的信息,它的位置,并且当它是最后一次访问。

下面的表显示了由历史资料保持的页的属性,和所用的函数来访问它们。

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.
userData() The user specific data that was stored with the history item.

Note:QWebHistoryItem对象是基础值,但explicitly shared。通过调用更改QWebHistoryItem实例setUserData( )将改变该实例的所有副本。


Method Documentation

QWebHistoryItem.__init__ (self, QWebHistoryItem other)

从构造一个历史项other。新的项目,other将分享他们的数据,并修改任何资料或other将修改两个实例。

QIcon QWebHistoryItem.icon (self)

返回与历史记录项关联的图标。

See also title( )url()和lastVisited( ) 。

bool QWebHistoryItem.isValid (self)

返回这是否是一个有效的历史记录项。

此功能被引入Qt的4.5 。

QDateTime QWebHistoryItem.lastVisited (self)

返回的日期和时间与该项目相关的页面是最后一次访问。

See also title( )icon()和url( ) 。

QUrl QWebHistoryItem.originalUrl (self)

返回与历史项目相关的原始URL 。

See also url( ) 。

QWebHistoryItem.setUserData (self, QVariant userData)

存储用户特定的数据userData与历史项目。

Note:这个项目的所有副本将被修改。

此功能被引入Qt的4.5 。

See also userData( ) 。

QString QWebHistoryItem.title (self)

返回与历史项目相关的页面的标题。

See also icon( )url()和lastVisited( ) 。

QUrl QWebHistoryItem.url (self)

返回与历史项目关联的URL 。

See also originalUrl( )title()和lastVisited( ) 。

QVariant QWebHistoryItem.userData (self)

返回存储与历史项目的用户特定数据。

此功能被引入Qt的4.5 。

See also setUserData( ) 。




PyQt 4.10.3 for X11 Copyright © Riverbank Computing Ltd and Nokia 2012 Qt 4.8.5