Python Forum
QlistWidget - item already exists - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: QlistWidget - item already exists (/thread-28159.html)



QlistWidget - item already exists - WJSwan - Jul-07-2020

In a QListWidget, how do I check if a specific item already exists? It needs to match exactly.

I do not understand how to use MatchFlags correctly.


RE: QlistWidget - item already exists - WJSwan - Jul-08-2020

I managed to get it done.