Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/computationalpathologygroup/ASAP
/ showShortcutOverview
Method
showShortcutOverview
ASAP/ASAP_Window.cpp:433–438 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
431
}
432
433
void ASAP_Window::showShortcutOverview() {
434
auto actions = this->findChildren<QAction*>();
435
for (QAction* action : actions) {
436
qDebug() << action->objectName() <<
"\t"
<< action->shortcut().toString();
437
}
438
}
Callers
1
keyPressEvent
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected