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
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to