Python Forum

Full Version: QlistWidget - item already exists
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
I managed to get it done.