Home · All Classes · Modules

QTextBrowser Class Reference
[QtGui module]

Inherits QTextEdit.

Methods

Qt Signals


Detailed Description


Method Documentation

QTextBrowser.__init__ (self, QWidget parent = None)

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

QTextBrowser.backward (self)

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

int QTextBrowser.backwardHistoryCount (self)

QTextBrowser.clearHistory (self)

bool QTextBrowser.event (self, QEvent)

bool QTextBrowser.focusNextPrevChild (self, bool)

QTextBrowser.focusOutEvent (self, QFocusEvent)

QTextBrowser.forward (self)

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

int QTextBrowser.forwardHistoryCount (self)

QString QTextBrowser.historyTitle (self, int)

QUrl QTextBrowser.historyUrl (self, int)

QTextBrowser.home (self)

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

bool QTextBrowser.isBackwardAvailable (self)

bool QTextBrowser.isForwardAvailable (self)

QTextBrowser.keyPressEvent (self, QKeyEvent)

QVariant QTextBrowser.loadResource (self, int, QUrl)

QTextBrowser.mouseMoveEvent (self, QMouseEvent)

QTextBrowser.mousePressEvent (self, QMouseEvent)

QTextBrowser.mouseReleaseEvent (self, QMouseEvent)

bool QTextBrowser.openExternalLinks (self)

bool QTextBrowser.openLinks (self)

QTextBrowser.paintEvent (self, QPaintEvent)

QTextBrowser.reload (self)

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

QStringList QTextBrowser.searchPaths (self)

QTextBrowser.setOpenExternalLinks (self, bool)

QTextBrowser.setOpenLinks (self, bool)

QTextBrowser.setSearchPaths (self, QStringList)

QTextBrowser.setSource (self, QUrl)

This method is also a Qt slot with the C++ signature void setSource(const QUrl&).

QUrl QTextBrowser.source (self)


Qt Signal Documentation

void anchorClicked (const QUrl&)

This is the default overload of this signal.

void backwardAvailable (bool)

This is the default overload of this signal.

void forwardAvailable (bool)

This is the default overload of this signal.

void highlighted (const QUrl&)

This is the default overload of this signal.

void highlighted (const QString&)

void historyChanged ()

This is the default overload of this signal.

void sourceChanged (const QUrl&)

This is the default overload of this signal.


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