Package com.trolltech.qt.webkit

Interface Summary
WebCore  
 

Class Summary
QWebFrame The QWebFrame class represents a frame in a web page.
QWebHistory The QWebHistory class represents the history of a QWebPage Each QWebPage instance contains a history of visited pages that can be accessed by QWebPage::history().
QWebHistoryInterface The QWebHistoryInterface class provides an interface to implement link history.
QWebHistoryItem The QWebHistoryItem class represents one item in the history of a QWebPage Each QWebHistoryItem instance represents an entry in the history stack of a Web page, containing information about the page, its location, and when it was last visited.
QWebHitTestResult The QWebHitTestResult class provides information about the web page content after a hit test.
QWebPage The QWebPage class provides an object to view and edit web documents.
QWebPage.FindFlag This enum describes the options available to QWebPage's findText() function.
QWebPage.FindFlags  
QWebPage.LinkDelegationPolicy This enum defines the delegation policies a webpage can have when activating links and emitting the linkClicked() signal.
QWebPage.NavigationType This enum describes the types of navigation available when browsing through hyperlinked documents.
QWebPage.WebAction  
QWebPage.WebWindowType  
QWebSettings The QWebSettings class provides an object to store the settings used by QWebPage and QWebFrame.
QWebSettings.FontFamily This enum describes the generic font families defined by CSS 2.
QWebSettings.FontSize This enum describes the font sizes configurable through QWebSettings.
QWebSettings.WebAttribute This enum describes various attributes that are configurable through QWebSettings.
QWebSettings.WebGraphic This enums describes the standard graphical elements used in webpages.
QWebView The QWebView class provides a widget that is used to view and edit web documents.