qlistwidget

QListWidget and Multiple Selection

QListWidget and Multiple Selection Question: I have a regular QListWidget with couple of signals and slots hookedup. Everything works as I expect. I can update, retrieve, clear etc. But the UI wont support multiple selections. How do I ‘enable’ multiple selections for QListWidget? My limited experience with PyQt tells me I need to create a …

Total answers: 6