wlvl_r
Hello l_s_galante,
thanks for the reply. My bad I've not being clear enough.
I mean the title bar where
untitled.hip - Houdini FX 20.5.332 - Py3.11
is written
You know, I realized this a little while after I responded. Yes, you can change the title bar, with limitations.
As is the case with most qt functionality, it is not in the documentation.
This is using the Qt5 build on macOS so it may be different for you.
The command is: hou.qt.mainWindow().setWindowTitle("title bar title")
However, running this in the python shell will cause the program to hang. It must be run using a $HFS/pythonX.Ylibs/
uiready.py file.
My hope, but not my expectation, is that qt6 builds of houdini will have greater ability to handle pyside6 functions.