Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Is it possible to add an Item (a QPushbutton or a custom QWidget) to QDockWidget?
Well, you have control over the title bar widget, so why not? You can access the title bar widget via QDockWidget::titleBarWidget().
Ohhh, It was that easy ? Thank you :)
If I'm getting it correctly you meant I can specify a custom title bar using QDockWidget::setTitleBarWidget() method. That is all I wanted!