Rename the tab's title if its dock widget changes

This commit is contained in:
Sergio Martins
2020-09-21 16:19:35 +01:00
parent 03b574434c
commit 7080712501
8 changed files with 54 additions and 6 deletions

View File

@@ -123,6 +123,9 @@ public:
virtual void setTabBarAutoHide(bool) = 0;
///@brief rename's the tab's text
virtual void renameTab(int index, const QString &) = 0;
/**
* @brief Returns the current index
*/