Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/GammaRay
/ widgetForId
Method
widgetForId
ui/clienttoolmanager.cpp:213–216 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
211
}
212
213
QWidget *ClientToolManager::widgetForId(const QString &toolId) const
214
{
215
return widgetForIndex(toolIndexForToolId(toolId));
216
}
217
218
QWidget *ClientToolManager::widgetForIndex(int index) const
219
{
Callers
3
testWidget
Method · 0.80
testHasBasicTools
Method · 0.80
testToolEnabled
Method · 0.80
Calls
no outgoing calls
Tested by
3
testWidget
Method · 0.64
testHasBasicTools
Method · 0.64
testToolEnabled
Method · 0.64