MCPcopy 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
1347void RPCConsole::setTabFocus(enum TabTypes tabType)
1348{
1349 ui->tabWidget->setCurrentIndex(int(tabType));
1350}
1351
1352QString RPCConsole::tabTitle(TabTypes tab_type) const
1353{

Callers 3

createMenuBarMethod · 0.80
setNetworkActiveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected