Rename the tab's title if its dock widget changes
This commit is contained in:
@@ -170,3 +170,8 @@ QRect FrameWidget::dragRect() const
|
||||
return rect;
|
||||
}
|
||||
|
||||
void FrameWidget::renameTab(int index, const QString &text)
|
||||
{
|
||||
m_tabWidget->renameTab(index, text);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user