Details
-
Suggestion
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
4.7.1
-
None
Description
For example, GNOME is able to displays 3 strings per each item. each string has different text decorations, so it's not one concatenated via "\n" strings. (see screenshot)
It will be nice, if list of column IDs could be passed to QListView.
On the attached screenshot of gnome window, You can see three lines under each icon. I want QListView to be able to display the same. Now, QListView is able to display only on emodel column (say, 'file name'). It will be nice, if QListView be able to display data from several columns of data model.