I'm looking to edit the title bar in a python window. I have compiled multiple different python widgets into one window using a main.py to get the ball rolling. I feel like I should add a piece of code in the main.py file rather than the widgets to change the title and icon in the title bar of the window.
Specifically, I want to edit the title and change the icon in a python generated window.
Thanks!