You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QPinnableTabWidget is a normal QTabWidget that allows you to pin and unpin tabs.
To pin a tab you either can use QPinnableTabWidget::addPinnedTab programmatically or through the UI using the context menu that appears when you left click on a tab.
About
QPinableTabWidget is a normal QTabWidget that allows you to pin and unpin tabs.