Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ OnSearchButtonClicked
Method
OnSearchButtonClicked
qt/mainwindow.cpp:615–621 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
613
}
614
615
void MainWindow::OnSearchButtonClicked()
616
{
617
if (m_pSearchAction->isChecked())
618
m_Docks[0]->show();
619
else
620
m_Docks[0]->hide();
621
}
622
623
void MainWindow::OnLoginMenuItem()
624
{
Callers
nothing calls this directly
Calls
3
isChecked
Method · 0.45
show
Method · 0.45
hide
Method · 0.45
Tested by
no test coverage detected