QListWidgetItem several pieces of information
Unsolved
General and Desktop
-
Hi,
I was reading the documentation for the QListWidgetItem class and it mentions that "Each item can hold several pieces of information, and will display them appropriately."
Can someone show me an example of what other pieces of information it can hold? What type?
Currently I'm using QListWidgetItem to add a list of names to a QListWidget.
-