Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
void EditKey::focusInEvent(QFocusEvent * event)
43
{
44
Q_UNUSED(event)
45
this->setText(
"..."
);
46
}
47
48
void EditKey::keyPressEvent(QKeyEvent * event)
49
{
Callers
nothing calls this directly
Calls
1
setText
Method · 0.80
Tested by
no test coverage detected