Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ widget
Method
widget
kdevplatform/sublime/container.cpp:597–602 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
595
}
596
597
QWidget* Container::widget(int i) const
598
{
599
Q_D(const Container);
600
601
return d->stack->widget(i);
602
}
603
604
int Container::indexOf(QWidget* w) const
605
{
Callers
3
widgetActivated
Method · 0.45
addWidget
Method · 0.45
tabMoved
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected