On 24.05.07 19:11:36, Mike Tammerman wrote: > setTextFormat and textFormat are missing QTextEdit. They are also not > existant in the PyQt4 class reference.
PyQt4 doesn't support the Qt3Support classes or Qt3 support members of Qt4 classes. setTextFormat is such a Qt3 support member (its listed in the Qt3 support members section of QTextEdit class documentation). Andreas -- You will be awarded the Nobel Peace Prize... posthumously. _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
