If you have PyQt4, you could do this:<br><br><br>from PyQt4 import QtGui<br>[w for w in QtGui.QApplication.topLevelWidgets() if type(w) == QtGui.QMainWindow][0].setWindowTitle(&quot;my title&quot;)<br><br><br>Pat<br><br><div class="gmail_quote">
On Tue, May 31, 2011 at 11:51 AM, Stephen Wornom <span dir="ltr">&lt;<a href="mailto:stephen.wornom@inria.fr">stephen.wornom@inria.fr</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
When I have 4-5 paraview windows open it is difficult to remember what is in each window as they all have the same name. Is to possible to change the name of the window?<br>
Thanks,<br>
Stephen<br><font color="#888888">
<br>
-- <br>
<a href="mailto:stephen.wornom@inria.fr" target="_blank">stephen.wornom@inria.fr</a><br>
2004 route des lucioles - BP93<br>
Sophia Antipolis<br>
06902 CEDEX<br>
                <br>
Tel: 04 92 38 50 54<br>
Fax: 04 97 15 53 51<br>
<br>
</font><br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br>