Added showcase for custom title bar widget to demo application

This commit is contained in:
Uwe Kindler
2020-02-07 14:29:02 +01:00
parent efb9b879dd
commit c4872c6b10
6 changed files with 165 additions and 2 deletions

View File

@@ -856,6 +856,13 @@ void CDockAreaWidget::closeOtherAreas()
{
dockContainer()->closeOtherAreas(this);
}
//============================================================================
CDockAreaTitleBar* CDockAreaWidget::titleBar() const
{
return d->TitleBar;
}
} // namespace ads
//---------------------------------------------------------------------------