Move the cursor to the end.
You mean with this example above?
Cause i did this (with PyQt) and din't worked...pTextEdit->insertPlainText(strText);
QTextCursor c = pTextEdit->textCursor();
c.movePosition(QTextCursor::End);
pTextEdit->setTextCursor(c);
Cheers.
Gustavo A. DÃ*az
artistic.gdnet.com.ar
Did you call ensureCursorVisible?
Bookmarks