Source Code (Gui Example 22)
This example shows how to use a QListView to display a list of strings in a view where each row contains one item. Users can add, edit, and remove entries and the list will remain sorted. A string model is used to store the data and a proxy model is used to automatically sort the data.