Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ setTabFocus
Method
setTabFocus
src/qt/rpcconsole.cpp:1347–1350 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1345
}
1346
1347
void RPCConsole::setTabFocus(enum TabTypes tabType)
1348
{
1349
ui->tabWidget->setCurrentIndex(int(tabType));
1350
}
1351
1352
QString RPCConsole::tabTitle(TabTypes tab_type) const
1353
{
Callers
3
createMenuBar
Method · 0.80
showDebugWindowActivateConsole
Method · 0.80
setNetworkActive
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected