Search code examples
c++qtqt4

QListWidget moving to end of list automatically


I have a QListWidget that has many items added to it, however i want the QListWidget to auto-scroll to the last item everytime a new item is added to it.Is this even possible?


Solution

  • listWidget->scrollToBottom() would work