QTextBrowser Class Reference
[QtGui module]
Inherits QTextEdit.
Methods
- __init__ (self, QWidget parent = None)
- backward (self)
- int backwardHistoryCount (self)
- clearHistory (self)
- bool event (self, QEvent)
- bool focusNextPrevChild (self, bool)
- focusOutEvent (self, QFocusEvent)
- forward (self)
- int forwardHistoryCount (self)
- QString historyTitle (self, int)
- QUrl historyUrl (self, int)
- home (self)
- bool isBackwardAvailable (self)
- bool isForwardAvailable (self)
- keyPressEvent (self, QKeyEvent)
- QVariant loadResource (self, int, QUrl)
- mouseMoveEvent (self, QMouseEvent)
- mousePressEvent (self, QMouseEvent)
- mouseReleaseEvent (self, QMouseEvent)
- bool openExternalLinks (self)
- bool openLinks (self)
- paintEvent (self, QPaintEvent)
- reload (self)
- QStringList searchPaths (self)
- setOpenExternalLinks (self, bool)
- setOpenLinks (self, bool)
- setSearchPaths (self, QStringList)
- setSource (self, QUrl)
- QUrl source (self)
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.