I have a class that derives from QDockWidget
.
In the constructor of my custom class I pass
also the title to QDockWidget
contructor and set the windowTitle
.
At runtime I can change the windowTitle
of the undocked window
but this doesn't change the title of the docked header.