MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / focusOutEvent

Method focusOutEvent

gui/browserWidgets/datetimeeditor.cpp:62–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61
62void DateTimeEditor::focusOutEvent(QFocusEvent *e)
63{
64 QDateTimeEdit::focusOutEvent(e);
65 this->setCursor(Qt::PointingHandCursor);
66 setStyleSheet(inactiveColor);
67}
68
69void DateTimeEditor::focusInEvent(QFocusEvent *e)
70{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected