PDA

View Full Version : Load more items to listview



matsukan
14th November 2012, 21:05
How my program will get notify that user has scrolled end of listview and loading will be required is there is more data available?

wysota
14th November 2012, 23:48
QAbstractItemModel::canFetchMore() and QAbstractItemModel::fetchMore().