On Thu, Dec 10, 2015 at 8:49 PM Padraig Ó Cuínn < [email protected]> wrote:
> would those methods not invalidate the Signal, but what you are doing is > rather just calling up a function? > The signal will still emit fine and call your slot fine. But you are emitting it with something that is pointless and unusable. It will pass the "list" builtin type to your slot, which you will just ignore. Why emit an argument that has no purpose? > > > On Wednesday, 9 December 2015 22:49:44 UTC-8, Padraig Ó Cuínn wrote: >> >> bah i tried both way and got confused where to put what the code changed >> accordingly but the items never returned to me in the listWidget further >> more i got no errors. its like the function didn't exist >> > -- > 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/84b03830-b00b-4604-a95a-c55349744ae1%40googlegroups.com > <https://groups.google.com/d/msgid/python_inside_maya/84b03830-b00b-4604-a95a-c55349744ae1%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/CAPGFgA1t70K4Oqu7uVHuhBND%3DfB2JKFcy28Ts-aOQ3cocBL%3DXA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
