Add DockWidgetBase::titleBar()

This commit is contained in:
Sergio Martins
2019-08-24 22:55:06 +01:00
parent 3dd9d48f57
commit 59cdadf386
5 changed files with 51 additions and 0 deletions

View File

@@ -193,6 +193,15 @@ public:
*/
void forceClose();
/**
* @brief Returns this dock widget's title bar.
*
* Note that several dock widgets can have the same title bar, in case they are tabbed.
* Hidden dock widgets have no title bar.
*/
TitleBar *titleBar() const;
Q_SIGNALS:
///@brief signal emitted when the parent changed
void parentChanged();