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?
QListWidget
listWidget->scrollToBottom() would work
listWidget->scrollToBottom()