functionality i need from QListWidget are:
- container
- selection (user events and in code)
That's why I find QListWidget useful. I'll do a research about your advice.
functionality i need from QListWidget are:
- container
- selection (user events and in code)
That's why I find QListWidget useful. I'll do a research about your advice.
If all you want is to show a bunch of items with ability to select a subset of them then forget about QListWidget and implement something simpler.
Bookmarks