Qt includes a model/view framework that maintains separation between the way data is organized and managed and the way that it is presented to the user. In this section, we will learn how to make use of the model/view, in particular by using the list view to display information and, at the same time, apply our own customization to make it look slick.