[Paraview] PV 3.10.1 - renaming the paraview window

pat marion pat.marion at kitware.com
Tue May 31 12:37:04 EDT 2011


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 <stephen.wornom at inria.fr>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
>
> --
> stephen.wornom at inria.fr
> 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20110531/be69cf55/attachment.htm>


More information about the ParaView mailing list