MCPcopy Create free account
hub / github.com/davy7125/polyphone / focusInEvent

Method focusInEvent

sources/context/interface/editkey.cpp:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void EditKey::focusInEvent(QFocusEvent * event)
43{
44 Q_UNUSED(event)
45 this->setText("...");
46}
47
48void EditKey::keyPressEvent(QKeyEvent * event)
49{

Callers

nothing calls this directly

Calls 1

setTextMethod · 0.80

Tested by

no test coverage detected