QWebView Class Reference
[QtWebKit module]
Inherits QWidget.
Methods
- __init__ (self, QWidget parent = None)
- back (self)
- changeEvent (self, QEvent)
- contextMenuEvent (self, QContextMenuEvent)
- QWebView createWindow (self, QWebPage.WebWindowType)
- dragEnterEvent (self, QDragEnterEvent)
- dragLeaveEvent (self, QDragLeaveEvent)
- dragMoveEvent (self, QDragMoveEvent)
- dropEvent (self, QDropEvent)
- 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)
- QIcon icon (self)
- inputMethodEvent (self, QInputMethodEvent)
- QVariant inputMethodQuery (self, Qt.InputMethodQuery)
- bool isModified (self)
- keyPressEvent (self, QKeyEvent)
- keyReleaseEvent (self, QKeyEvent)
- load (self, QUrl)
- load (self, QNetworkRequest, QNetworkAccessManager.Operation operation = QNetworkAccessManager.GetOperation, QByteArray body = QByteArray())
- mouseDoubleClickEvent (self, QMouseEvent)
- mouseMoveEvent (self, QMouseEvent)
- mousePressEvent (self, QMouseEvent)
- mouseReleaseEvent (self, QMouseEvent)
- QWebPage page (self)
- QAction pageAction (self, QWebPage.WebAction)
- paintEvent (self, QPaintEvent)
- print (self, QPrinter printer)
- print_ (self, QPrinter)
- reload (self)
- QPainter.RenderHints renderHints (self)
- resizeEvent (self, QResizeEvent)
- QString selectedText (self)
- setContent (self, QByteArray, QString mimeType = QString(), QUrl baseUrl = QUrl())
- setHtml (self, QString, QUrl baseUrl = QUrl())
- setPage (self, QWebPage)
- setRenderHint (self, QPainter.RenderHint, bool enabled = True)
- setRenderHints (self, QPainter.RenderHints)
- setTextSizeMultiplier (self, float)
- QWebSettings settings (self)
- setUrl (self, QUrl)
- setZoomFactor (self, float)
- QSize sizeHint (self)
- stop (self)
- float textSizeMultiplier (self)
- QString title (self)
- triggerPageAction (self, QWebPage.WebAction, bool checked = False)
- QUrl url (self)
- wheelEvent (self, QWheelEvent)
- float zoomFactor (self)
Qt Signals
Detailed Description
Method Documentation
QWebView.__init__ (self, QWidget parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
QWebView.back (self)
This method is also a Qt slot with the C++ signature void back().
QWebView.changeEvent (self, QEvent)
QWebView.dragEnterEvent (self, QDragEnterEvent)
QWebView.dragLeaveEvent (self, QDragLeaveEvent)
QWebView.dragMoveEvent (self, QDragMoveEvent)
QWebView.dropEvent (self, QDropEvent)
bool QWebView.event (self, QEvent)
bool QWebView.findText (self, QString, QWebPage.FindFlags options = 0)
QWebView.focusInEvent (self, QFocusEvent)
bool QWebView.focusNextPrevChild (self, bool)
QWebView.focusOutEvent (self, QFocusEvent)
QWebView.forward (self)
This method is also a Qt slot with the C++ signature void forward().
QWebHistory QWebView.history (self)
QIcon QWebView.icon (self)
QVariant QWebView.inputMethodQuery (self, Qt.InputMethodQuery)
bool QWebView.isModified (self)
QWebView.keyPressEvent (self, QKeyEvent)
QWebView.keyReleaseEvent (self, QKeyEvent)
QWebView.load (self, QUrl)
QWebView.mouseDoubleClickEvent (self, QMouseEvent)
QWebView.mouseMoveEvent (self, QMouseEvent)
QWebView.mousePressEvent (self, QMouseEvent)
QWebView.mouseReleaseEvent (self, QMouseEvent)
QWebPage QWebView.page (self)
QWebView.paintEvent (self, QPaintEvent)
QWebView.print (self, QPrinter printer)
This method is also a Qt slot with the C++ signature void print(QPrinter *) const.
QWebView.print_ (self, QPrinter)
This method is also a Qt slot with the C++ signature void print(QPrinter *) const.
QWebView.reload (self)
This method is also a Qt slot with the C++ signature void reload().
QWebView.resizeEvent (self, QResizeEvent)
QString QWebView.selectedText (self)
QWebView.setContent (self, QByteArray, QString mimeType = QString(), QUrl baseUrl = QUrl())
QWebView.setHtml (self, QString, QUrl baseUrl = QUrl())
QWebView.setPage (self, QWebPage)
QWebView.setRenderHint (self, QPainter.RenderHint, bool enabled = True)
QWebView.setTextSizeMultiplier (self, float)
QWebSettings QWebView.settings (self)
QWebView.setUrl (self, QUrl)
QWebView.setZoomFactor (self, float)
QSize QWebView.sizeHint (self)
QWebView.stop (self)
This method is also a Qt slot with the C++ signature void stop().
float QWebView.textSizeMultiplier (self)
QString QWebView.title (self)
QWebView.triggerPageAction (self, QWebPage.WebAction, bool checked = False)
QUrl QWebView.url (self)
QWebView.wheelEvent (self, QWheelEvent)
float QWebView.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 selectionChanged ()
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.