In MSN messenger or GTalk, we don't have to scroll down to see the newest messages because the scroll bar is always at the bottom of the window with the message. How can I achieve the same effect in my program? Is there a function like:
Qt Code:
  1. scrollArea->SetBarLocation(ScrollArea::BOTTOM);
To copy to clipboard, switch view to plain text mode 
or something along those lines? Thanks