[PyQt] QTextBrowser.append("mytext") ??
Phil Thompson
phil at riverbankcomputing.co.uk
Sun Dec 23 10:28:28 GMT 2007
On Sunday 23 December 2007, Jochen Georges wrote:
> Hello,
>
> I found an example with the following line:
>
> self.browser = QTextBrowser()
> #some code
> self.browser.append("blabla")
>
> why does that work?
> nor i did find a QTextBrowser - method "append" in the qt-assistant,
> neither in the pyqt-class reference.
> (http://www.riverbankcomputing.com/Docs/PyQt4/html/qtextbrowser.html)
>
> thanks a lot for any hint.
Check QTextBrowser's super classes.
Phil
More information about the PyQt
mailing list