In PyQt i had function to get maya-style path of qt control:
def qControlPath( ctl ):
    return apiui.MQtUtil.fullName( long(unwrapinstance(ctl)) )

At now i start to use PySide. It does not have sip and unwrapinstance, so how 
to get fullPath of qt control?

-- 
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 post to this group, send email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to