Home · All Classes · Modules

QGraphicsWebView Class Reference
[QtWebKit module]

Inherits QGraphicsWidget.

Methods

Qt Signals


Detailed Description


Method Documentation

QGraphicsWebView.__init__ (self, QGraphicsItem parent = None)

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

QGraphicsWebView.back (self)

This method is also a Qt slot with the C++ signature void back().

QGraphicsWebView.contextMenuEvent (self, QGraphicsSceneContextMenuEvent)

QGraphicsWebView.dragEnterEvent (self, QGraphicsSceneDragDropEvent)

QGraphicsWebView.dragLeaveEvent (self, QGraphicsSceneDragDropEvent)

QGraphicsWebView.dragMoveEvent (self, QGraphicsSceneDragDropEvent)

QGraphicsWebView.dropEvent (self, QGraphicsSceneDragDropEvent)

bool QGraphicsWebView.event (self, QEvent)

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

QGraphicsWebView.focusInEvent (self, QFocusEvent)

bool QGraphicsWebView.focusNextPrevChild (self, bool)

QGraphicsWebView.focusOutEvent (self, QFocusEvent)

QGraphicsWebView.forward (self)

This method is also a Qt slot with the C++ signature void forward().

QWebHistory QGraphicsWebView.history (self)

QGraphicsWebView.hoverLeaveEvent (self, QGraphicsSceneHoverEvent)

QGraphicsWebView.hoverMoveEvent (self, QGraphicsSceneHoverEvent)

QIcon QGraphicsWebView.icon (self)

QGraphicsWebView.inputMethodEvent (self, QInputMethodEvent)

QVariant QGraphicsWebView.inputMethodQuery (self, Qt.InputMethodQuery)

bool QGraphicsWebView.isModified (self)

bool QGraphicsWebView.isTiledBackingStoreFrozen (self)

QVariant QGraphicsWebView.itemChange (self, QGraphicsItem.GraphicsItemChange, QVariant)

QGraphicsWebView.keyPressEvent (self, QKeyEvent)

QGraphicsWebView.keyReleaseEvent (self, QKeyEvent)

QGraphicsWebView.load (self, QUrl)

QGraphicsWebView.load (self, QNetworkRequest, QNetworkAccessManager.Operation operation = QNetworkAccessManager.GetOperation, QByteArray body = QByteArray())

QGraphicsWebView.mouseDoubleClickEvent (self, QGraphicsSceneMouseEvent)

QGraphicsWebView.mouseMoveEvent (self, QGraphicsSceneMouseEvent)

QGraphicsWebView.mousePressEvent (self, QGraphicsSceneMouseEvent)

QGraphicsWebView.mouseReleaseEvent (self, QGraphicsSceneMouseEvent)

QWebPage QGraphicsWebView.page (self)

QAction QGraphicsWebView.pageAction (self, QWebPage.WebAction)

QGraphicsWebView.paint (self, QPainter, QStyleOptionGraphicsItem, QWidget widget = None)

QGraphicsWebView.reload (self)

This method is also a Qt slot with the C++ signature void reload().

bool QGraphicsWebView.resizesToContents (self)

bool QGraphicsWebView.sceneEvent (self, QEvent)

QGraphicsWebView.setContent (self, QByteArray, QString mimeType = QString(), QUrl baseUrl = QUrl())

QGraphicsWebView.setGeometry (self, QRectF)

QGraphicsWebView.setHtml (self, QString, QUrl baseUrl = QUrl())

QGraphicsWebView.setPage (self, QWebPage)

QGraphicsWebView.setResizesToContents (self, bool enabled)

QGraphicsWebView.setTiledBackingStoreFrozen (self, bool frozen)

QWebSettings QGraphicsWebView.settings (self)

QGraphicsWebView.setUrl (self, QUrl)

QGraphicsWebView.setZoomFactor (self, float)

QSizeF QGraphicsWebView.sizeHint (self, Qt.SizeHint, QSizeF)

QGraphicsWebView.stop (self)

This method is also a Qt slot with the C++ signature void stop().

QString QGraphicsWebView.title (self)

QGraphicsWebView.triggerPageAction (self, QWebPage.WebAction, bool checked = False)

QGraphicsWebView.updateGeometry (self)

QUrl QGraphicsWebView.url (self)

QGraphicsWebView.wheelEvent (self, QGraphicsSceneWheelEvent)

float QGraphicsWebView.zoomFactor (self)


Qt Signal Documentation

void iconChanged ()

This is the default overload of this signal.

void linkClicked (const QUrl&)

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 statusBarMessage (const QString&)

This is the default overload of this signal.

void titleChanged (const QString&)

This is the default overload of this signal.

void urlChanged (const QUrl&)

This is the default overload of this signal.


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