Rename the tab's title if its dock widget changes
This commit is contained in:
@@ -48,6 +48,7 @@ protected:
|
||||
void insertDockWidget(int index, DockWidgetBase *, const QIcon&, const QString &title) override;
|
||||
void setTabBarAutoHide(bool) override;
|
||||
void detachTab(DockWidgetBase *dockWidget) override;
|
||||
void renameTab(int index, const QString &) override;
|
||||
|
||||
DockWidgetBase *dockwidgetAt(int index) const override;
|
||||
int currentIndex() const override;
|
||||
|
||||
Reference in New Issue
Block a user