Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ setCloseButtonsOnTabs
Method
setCloseButtonsOnTabs
kdevplatform/sublime/container.cpp:688–693 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
686
}
687
688
void Container::setCloseButtonsOnTabs(bool show)
689
{
690
Q_D(Container);
691
692
d->tabBar->setTabsClosable(show);
693
}
694
695
void Container::resetTabColors(const QColor& color)
696
{
Callers
1
loadUiPreferences
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected