This seems like a very minor thing, but I was wondering if it would be possible to add a line to the code to set the window title. I have a plugin (FlyoutDocks) that I use to manage dock widgets in QGIS, and it would be really nice to have the Qt windowTitle() property set for the dock widget. I would be happy to open a pull request if that's what's wanted, or a maintainer could simply insert self.dock.setWindowTitle('IPyConsole') after line 380 (for example) in IPyConsole.py.
This seems like a very minor thing, but I was wondering if it would be possible to add a line to the code to set the window title. I have a plugin (FlyoutDocks) that I use to manage dock widgets in QGIS, and it would be really nice to have the Qt
windowTitle()property set for the dock widget. I would be happy to open a pull request if that's what's wanted, or a maintainer could simply insertself.dock.setWindowTitle('IPyConsole')after line 380 (for example) in IPyConsole.py.