On Tue, Sep 14, 2010 at 4:14 AM, Algis Kabaila <akaba...@pcug.org.au> wrote:
> Alas, I was not able to use or find findBlockByLineNumber.
If you enter findBlockByLineNumber in Qt Assistant you will see that
this method  belongs to a QTextDocument object and returns a
QTextBlock object QTextEdit has a method called "document()" which
returns a QTextDocument.

Henning
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to