Hi I am trying to make a QListWidget items window and want to connect the cmds.rename() to take whatever user edit the new item name with double click.
I am currently connect things up like: geo_list_wdt = QtWidgets.QListWidget() geo_list_wdt.itemDoubleClicked.connect(self.rename_item) Is there a way I can query the name that user input/edit and connect up with the rename cmd (cmds.rename(currentItem_name, user_input)) ? Thank you, -- 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 python_inside_maya+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/26a95e4c-ee05-4bac-afb1-98608492235cn%40googlegroups.com.