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. For more options, visit https://groups.google.com/d/optout.
