I have done that for a DOTNET based project where the data is fetched from a List<string> and shown up in a ListBox almost instatly(250K words). However in DotNet there is a BeginUpdate and EndUpdate method of the ListBox so that the updation of the ListBox with new results while the user types is smooth. Is there any equivalent method for QListView?