[Qt-interest] QListWidget how to remobe duplicated items

Andre Somers andre at familiesomers.nl
Fri Jun 11 23:06:07 CEST 2010


Op 11-6-2010 18:17, QKrzysztof Szewczyk schreef:
> Hello,
> how to remove duplicated items from QListWidget ?
> I didnt find anything i documentation, please help.
>    
There is no API for that. You'll have to make it yourself. Or just make 
sure you don't insert double items in the first place.
Depending on what you want to achieve, QSet may be of help for you.

André



More information about the Qt-interest-old mailing list