QListWidgetItem several pieces of information
-
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.
-
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.