>
> HI again I am finally getting somewhere,
so I last thing i am trying to fix is the reList() function which
basically clears the listWidget and reitterates over them and adds them.
here is what I have so far
def reList():
_window.listWidget.clear()
items = pmc.selected()
for item in items:
newItem = QtGui.QListWidgetItem(item.nodeName())
_window.listWidget.addItem(newItem)
Ive no idea what it is but it will only add them to the widget on first launch
and not by the refreshbutton signal to the reList function above
--
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/c6a31c07-af8d-44f8-bdfb-613a788a75f3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.