Re: [Maya-Python] QListWidget clicked not working

2014-07-17 Thread md
exactly .. the slot is not getting called. On Thursday, July 17, 2014 4:02:13 PM UTC-4, Justin Israel wrote: > > Does the slot not get called when you click list items? Are you able to > reproduce a concise working example (on pastebin or gist or something) that > we can test? > On 18/07/2014

Re: [Maya-Python] QListWidget clicked not working

2014-07-17 Thread Justin Israel
Does the slot not get called when you click list items? Are you able to reproduce a concise working example (on pastebin or gist or something) that we can test? On 18/07/2014 7:43 AM, "md" wrote: > Hey Again > > Thanks for all the help .. I have to say this Maya community really is > awesome. >

[Maya-Python] QListWidget clicked not working

2014-07-17 Thread md
Hey Again Thanks for all the help .. I have to say this Maya community really is awesome. So I am nearing the finish line, but I need to be able to capture the 'click' events on my QlistView objects. Here is an example of code from my create _connections(self) ... lv_versions is a QListWidge