MCPcopy 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
597QWidget* Container::widget(int i) const
598{
599 Q_D(const Container);
600
601 return d->stack->widget(i);
602}
603
604int Container::indexOf(QWidget* w) const
605{

Callers 3

widgetActivatedMethod · 0.45
addWidgetMethod · 0.45
tabMovedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected