Hello all,
I'm filling a QTextEdit with a load of text in on go using
->setPlainText(allTheText);
So, here's the silly question ... How do I now go to the end of the text? i.e. scroll all the way down to the last line in the text? Is there a QTextEdit::goToEnd() or whatever?

thanks
K