Home · All Classes · Modules

QWebPage Class Reference
[QtWebKit module]

Inherits QObject.

Types

Methods

Qt Signals


Detailed Description


Type Documentation

QWebPage.ErrorDomain

QWebPage.Extension

QWebPage.FindFlag

QWebPage.LinkDelegationPolicy

QWebPage.NavigationType

QWebPage.WebAction

QWebPage.WebWindowType


Method Documentation

QWebPage.__init__ (self, QObject parent = None)

The parent argument, if not None, causes self to be owned by Qt instead of PyQt.

bool QWebPage.acceptNavigationRequest (self, QWebFrame, QNetworkRequest, NavigationType)

QAction QWebPage.action (self, WebAction)

int QWebPage.bytesReceived (self)

QString QWebPage.chooseFile (self, QWebFrame, QString)

QObject QWebPage.createPlugin (self, QString, QUrl, QStringList, QStringList)

QMenu QWebPage.createStandardContextMenu (self)

QWebPage QWebPage.createWindow (self, WebWindowType)

QWebFrame QWebPage.currentFrame (self)

bool QWebPage.event (self, QEvent)

bool QWebPage.extension (self, Extension, ExtensionOption option = None, ExtensionReturn output = None)

bool QWebPage.findText (self, QString, FindFlags options = 0)

bool QWebPage.focusNextPrevChild (self, bool)

bool QWebPage.forwardUnsupportedContent (self)

QWebFrame QWebPage.frameAt (self, QPoint)

QWebHistory QWebPage.history (self)

QVariant QWebPage.inputMethodQuery (self, Qt.InputMethodQuery)

bool QWebPage.isContentEditable (self)

bool QWebPage.isModified (self)

QWebPage.javaScriptAlert (self, QWebFrame, QString)

bool QWebPage.javaScriptConfirm (self, QWebFrame, QString)

QWebPage.javaScriptConsoleMessage (self, QString, int, QString)

(bool, QString result) QWebPage.javaScriptPrompt (self, QWebFrame originatingFrame, QString msg, QString defaultValue)

bool QWebPage.javaScriptPrompt (self, QWebFrame, QString, QString, QString)

LinkDelegationPolicy QWebPage.linkDelegationPolicy (self)

QWebFrame QWebPage.mainFrame (self)

QNetworkAccessManager QWebPage.networkAccessManager (self)

QPalette QWebPage.palette (self)

QWebPluginFactory QWebPage.pluginFactory (self)

QSize QWebPage.preferredContentsSize (self)

QString QWebPage.selectedText (self)

QWebPage.setContentEditable (self, bool)

QWebPage.setForwardUnsupportedContent (self, bool)

QWebPage.setLinkDelegationPolicy (self, LinkDelegationPolicy)

QWebPage.setNetworkAccessManager (self, QNetworkAccessManager)

QWebPage.setPalette (self, QPalette)

QWebPage.setPluginFactory (self, QWebPluginFactory)

QWebPage.setPreferredContentsSize (self, QSize)

QWebSettings QWebPage.settings (self)

QWebPage.setView (self, QWidget)

QWebPage.setViewportSize (self, QSize)

bool QWebPage.shouldInterruptJavaScript (self)

This method is also a Qt slot with the C++ signature bool shouldInterruptJavaScript().

bool QWebPage.supportsExtension (self, Extension)

bool QWebPage.swallowContextMenuEvent (self, QContextMenuEvent)

int QWebPage.totalBytes (self)

QWebPage.triggerAction (self, WebAction, bool checked = False)

QUndoStack QWebPage.undoStack (self)

QWebPage.updatePositionDependentActions (self, QPoint)

QString QWebPage.userAgentForUrl (self, QUrl)

QWidget QWebPage.view (self)

QSize QWebPage.viewportSize (self)


Qt Signal Documentation

void contentsChanged ()

This is the default overload of this signal.

void databaseQuotaExceeded (QWebFrame *,QString)

This is the default overload of this signal.

void downloadRequested (const QNetworkRequest&)

This is the default overload of this signal.

void frameCreated (QWebFrame *)

This is the default overload of this signal.

void geometryChangeRequested (const QRect&)

This is the default overload of this signal.

void linkClicked (const QUrl&)

This is the default overload of this signal.

void linkHovered (const QString&,const QString&,const QString&)

This is the default overload of this signal.

void loadFinished (bool)

This is the default overload of this signal.

void loadProgress (int)

This is the default overload of this signal.

void loadStarted ()

This is the default overload of this signal.

void menuBarVisibilityChangeRequested (bool)

This is the default overload of this signal.

void microFocusChanged ()

This is the default overload of this signal.

void printRequested (QWebFrame *)

This is the default overload of this signal.

void repaintRequested (const QRect&)

This is the default overload of this signal.

void restoreFrameStateRequested (QWebFrame *)

This is the default overload of this signal.

void saveFrameStateRequested (QWebFrame *,QWebHistoryItem *)

This is the default overload of this signal.

void scrollRequested (int,int,const QRect&)

This is the default overload of this signal.

void selectionChanged ()

This is the default overload of this signal.

void statusBarMessage (const QString&)

This is the default overload of this signal.

void statusBarVisibilityChangeRequested (bool)

This is the default overload of this signal.

void toolBarVisibilityChangeRequested (bool)

This is the default overload of this signal.

void unsupportedContent (QNetworkReply *)

This is the default overload of this signal.

void windowCloseRequested ()

This is the default overload of this signal.


PyQt 4.8 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0