MCPcopy Create free account
hub / github.com/QNapi/qnapi / keyPressEvent

Method keyPressEvent

gui/src/forms/frmscan.cpp:95–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95void frmScan::keyPressEvent(QKeyEvent *event) {
96 if (event->key() == Qt::Key_Escape) close();
97}
98
99void frmScan::selectDirectory() {
100 QString dir = QFileInfo(ui.leDirectory->text()).path();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected