MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / changeEvent

Method changeEvent

DSView/pv/dock/keywordlineedit.cpp:213–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213void PopupLineEditInput::changeEvent(QEvent *event)
214{
215 if (event->type() == QEvent::ActivationChange){
216 if (this->isActiveWindow() == false){
217 InputRelease();
218 return;
219 }
220 }
221
222 QWidget::changeEvent(event);
223}
224
225
226void PopupLineEditInput::InputRelease()

Callers

nothing calls this directly

Calls 2

typeMethod · 0.80
isActiveWindowMethod · 0.80

Tested by

no test coverage detected