I’m using Qt Advanced Docking System and would like to customize the appearance of the CDockWidget title bar, specifically to apply rounded corners (border-radius).
I’ve tried using QSS (e.g. styling ads--CDockWidget or related widgets), but it doesn’t seem to have any effect.
So my question is:
Is it currently possible to style the DockWidget title bar (e.g. rounded corners) via stylesheet?
If not, is there a recommended way to customize it?