hi all. i could find all the icons after maya 2001 with this cmds.resourceManager(nameFilter="*")
i known i can use these icons if i use python for maya command to do the gui, eg. cmds.iconTextButton( style='iconOnly', image1='spotlight.png', label='xxx' ) but i want to make a pyqt gui, show the icon with QLabel how could i use the icon in my pyqt gui ? since these images don't exist in any folder. shall i use the following command to save all of them to a temp folder? cmds.resourceManager(saveAs=(resName, path)) http://forums.cgsociety.org/showthread.php?p=7536697#post7536697 -- 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.
