If you have PyQt4, you could do this:
from PyQt4 import QtGui
[w for w in QtGui.QApplication.topLevelWidgets() if type(w) ==
QtGui.QMainWindow][0].setWindowTitle("my title")
Pat
On Tue, May 31, 2011 at 11:51 AM, Stephen Wornom <[email protected]>wrote:
> 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?
> Thanks,
> Stephen
>
> --
> [email protected]
> 2004 route des lucioles - BP93
> Sophia Antipolis
> 06902 CEDEX
>
> Tel: 04 92 38 50 54
> Fax: 04 97 15 53 51
>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview
>
>
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the ParaView Wiki at:
http://paraview.org/Wiki/ParaView
Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview