Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ viewForWidget
Method
viewForWidget
kdevplatform/sublime/container.cpp:649–654 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
647
}
648
649
View *Container::viewForWidget(QWidget *w) const
650
{
651
Q_D(const Container);
652
653
return d->viewForWidget.value(w);
654
}
655
656
void Container::setTabBarHidden(bool hide)
657
{
Callers
1
aboutToRemoveView
Method · 0.80
Calls
1
value
Method · 0.45
Tested by
no test coverage detected