MCPcopy Create free account
hub / github.com/SeaEpoch/MouseClick / focusOutEvent

Method focusOutEvent

src/modules/hotkeylineedit.cpp:67–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void HotkeyLineEdit::focusOutEvent(QFocusEvent* event)
68{
69 // 失去焦点时取消监听
70 releaseKeyboard();
71 QLineEdit::focusOutEvent(event);
72}
73
74void HotkeyLineEdit::keyPressEvent(QKeyEvent* event)
75{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected