How to add icon to the window using python

How to add icon to the window using python

Anonymous
Not applicable
613 Views
0 Replies
Message 1 of 1

How to add icon to the window using python

Anonymous
Not applicable

import maya.cmds as cmd

cmd.window(title='GUI')

cmd.showWindow()

 

 

This code creates a window with Title but i want to add Icon to the window .Can anyone tell me how to do it ?

0 Likes
614 Views
0 Replies
Replies (0)