PDA

View Full Version : automatic scrolling text edit



Vash5556
18th March 2007, 23:23
I was wondering if it was possible to have a text edit scroll to the bottom of text automatically when text fills the whole edit box. any help with this would be greatly appreciated.

-Vash

TheRonin
19th March 2007, 09:15
I was wondering if it was possible to have a text edit scroll to the bottom of text automatically when text fills the whole edit box. any help with this would be greatly appreciated.

using the method below seemed to solve the problem for me a while back. let me know if it works for you.


void QTextEdit::append(const QString & text) [slot]

Vash5556
19th March 2007, 18:32
using the method below seemed to solve the problem for me a while back. let me know if it works for you.


void QTextEdit::append(const QString & text) [slot]

Thanks a lot TheRonin it worked like a charm.