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" <[email protected]> wrote:
> 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 QListWidget > > *class my_dialog(QtGui.QDialog):* > > *def create_connections(self):* > > self.ui.lv_versions.*itemClicked*.connect(self.get_dates) > > > *def get_dates(self):* > > print "blalabla" > > > Any thoughts ? > > Thanks ! > M > > -- > 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/db15dac3-cac4-4fc9-9dc5-f24f25e41f9d%40googlegroups.com > <https://groups.google.com/d/msgid/python_inside_maya/db15dac3-cac4-4fc9-9dc5-f24f25e41f9d%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CAPGFgA2QUkGSC4aed5f55aoEtrtMrYoB7g%2BATtiqMPZzzR5X3g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
