Python Forum
Python Forum
>
Python Coding
>
General Coding Help
> QlistWidget - item already exists
Full Version:
QlistWidget - item already exists
You're currently viewing a stripped down version of our content.
View the full version
with proper formatting.
WJSwan
Jul-07-2020, 02:40 PM
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.
WJSwan
Jul-08-2020, 08:16 AM
I managed to get it done.
Python Forum
>
Python Coding
>
General Coding Help
> QlistWidget - item already exists