QGraphicsWebView Class Reference
[QtWebKit module]
Inherits QGraphicsWidget.
Methods
- __init__ (self, QGraphicsItem parent = None)
- back (self)
- contextMenuEvent (self, QGraphicsSceneContextMenuEvent)
- dragEnterEvent (self, QGraphicsSceneDragDropEvent)
- dragLeaveEvent (self, QGraphicsSceneDragDropEvent)
- dragMoveEvent (self, QGraphicsSceneDragDropEvent)
- dropEvent (self, QGraphicsSceneDragDropEvent)
- bool event (self, QEvent)
- bool findText (self, QString, QWebPage.FindFlags options = 0)
- focusInEvent (self, QFocusEvent)
- bool focusNextPrevChild (self, bool)
- focusOutEvent (self, QFocusEvent)
- forward (self)
- QWebHistory history (self)
- hoverLeaveEvent (self, QGraphicsSceneHoverEvent)
- hoverMoveEvent (self, QGraphicsSceneHoverEvent)
- QIcon icon (self)
- inputMethodEvent (self, QInputMethodEvent)
- QVariant inputMethodQuery (self, Qt.InputMethodQuery)
- bool isModified (self)
- bool isTiledBackingStoreFrozen (self)
- QVariant itemChange (self, QGraphicsItem.GraphicsItemChange, QVariant)
- keyPressEvent (self, QKeyEvent)
- keyReleaseEvent (self, QKeyEvent)
- load (self, QUrl)
- load (self, QNetworkRequest, QNetworkAccessManager.Operation operation = QNetworkAccessManager.GetOperation, QByteArray body = QByteArray())
- mouseDoubleClickEvent (self, QGraphicsSceneMouseEvent)
- mouseMoveEvent (self, QGraphicsSceneMouseEvent)
- mousePressEvent (self, QGraphicsSceneMouseEvent)
- mouseReleaseEvent (self, QGraphicsSceneMouseEvent)
- QWebPage page (self)
- QAction pageAction (self, QWebPage.WebAction)
- paint (self, QPainter, QStyleOptionGraphicsItem, QWidget widget = None)
- reload (self)
- bool resizesToContents (self)
- bool sceneEvent (self, QEvent)
- setContent (self, QByteArray, QString mimeType = QString(), QUrl baseUrl = QUrl())
- setGeometry (self, QRectF)
- setHtml (self, QString, QUrl baseUrl = QUrl())
- setPage (self, QWebPage)
- setResizesToContents (self, bool enabled)
- setTiledBackingStoreFrozen (self, bool frozen)
- QWebSettings settings (self)
- setUrl (self, QUrl)
- setZoomFactor (self, float)
- QSizeF sizeHint (self, Qt.SizeHint, QSizeF)
- stop (self)
- QString title (self)
- triggerPageAction (self, QWebPage.WebAction, bool checked = False)
- updateGeometry (self)
- QUrl url (self)
- wheelEvent (self, QGraphicsSceneWheelEvent)
- float zoomFactor (self)
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().
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)
QIcon QGraphicsWebView.icon (self)
QGraphicsWebView.inputMethodEvent (self, QInputMethodEvent)
QVariant QGraphicsWebView.inputMethodQuery (self, Qt.InputMethodQuery)
bool QGraphicsWebView.isModified (self)
bool QGraphicsWebView.isTiledBackingStoreFrozen (self)
QGraphicsWebView.keyPressEvent (self, QKeyEvent)
QGraphicsWebView.keyReleaseEvent (self, QKeyEvent)
QGraphicsWebView.load (self, QUrl)
QWebPage QGraphicsWebView.page (self)
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)
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)
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.