GlueTabBar¶
-
class
glue.utils.qt.GlueTabBar(parent: QWidget = None)¶ Bases:
PyQt5.QtWidgets.QTabBarMethods Summary
choose_rename_tab(self[, index])Prompt user to rename a tab
mouseDoubleClickEvent(self, QMouseEvent)rename_tab(self, index, label)Updates the name used for given tab
Methods Documentation
-
choose_rename_tab(self, index=None)¶ Prompt user to rename a tab
- Parameters
- indexint
Index of tab to edit. Defaults to current index
-
mouseDoubleClickEvent(self, QMouseEvent)¶
-
rename_tab(self, index, label)¶ Updates the name used for given tab
- Parameters
- indexint
Index of tab to edit. Defaults to current index
- labelstr
New label to use for this tab
-