Add DockWidget::tabIndex()

This commit is contained in:
Sergio Martins
2021-01-29 18:32:10 +00:00
parent b01b8908ea
commit b50d301f44
2 changed files with 14 additions and 0 deletions

View File

@@ -247,6 +247,12 @@ public:
*/
void setAsCurrentTab();
/**
* @brief Returns which tab index this dock widget occupies in the tab widget it's contained in
*/
int tabIndex() const;
/**
* @brief Sets an icon to show on title bars and tab bars.
* @param places Specifies where the icon will be shown (TitleBar, TabBar, ToggleAction, or All)