Get Window Title api missing?

Hello group.

I only see rv.commands.setWindowTitle but no getter function.

Is there a way to get the Window Title via python or mu?

Cheers,

Hyuk

Nevermind

Just used,

rv.qtutils.sessionWindow().windowTitle()

2 Likes

Thanks for posting the solution to your own problem. Helps people of the future solve their issues.

1 Like