Just a note for future posts. If you are going to post this much code can you please use a gist or a pastebin?
I would recommend just using something like a findItems() to check for any existing values in your QListWidget, and then only adding the ones that aren't matching. I see you already have a call to findItems(). Are you having an issue with looking up existing values by text? Justin On Mon, Nov 13, 2017 at 9:35 AM vilkdage <[email protected]> wrote: > -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA3qSZRQ2BNhgSpAfgthtZnbGEpHw79pzqxT1pv-MjBRgA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
