Glad you caught that one. We wouldn't have noticed it without the full example :-)
On Fri, Jul 18, 2014 at 8:45 AM, md <[email protected]> wrote: > ARGH ! The forms create_conenctions() funtion does not do much if you > never call it =(. > > Sorry for the wasted bandwidth. > > > On Thursday, July 17, 2014 3:43:41 PM UTC-4, md 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/bae6ea3d-afd7-47a0-a6ce-ece05dad25e1%40googlegroups.com > <https://groups.google.com/d/msgid/python_inside_maya/bae6ea3d-afd7-47a0-a6ce-ece05dad25e1%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/CAPGFgA1jn579_i5kYdqHPLFbtUXgoy1PaH-zY8b0Dx%3DQTzVrjA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
