Hi,
How to query all open windows in Maya, including my custom window made in PyQt? Got this answer from an old post here:
lsUI -windows;
// Result: MayaWindow //
but it list only the windows which maya has by default, not including my custom PyQt window. How to find that in the list of open windows in maya? Any other way?
Thanks
Jojan