| 60 | |
| 61 | |
| 62 | void DateTimeEditor::focusOutEvent(QFocusEvent *e) |
| 63 | { |
| 64 | QDateTimeEdit::focusOutEvent(e); |
| 65 | this->setCursor(Qt::PointingHandCursor); |
| 66 | setStyleSheet(inactiveColor); |
| 67 | } |
| 68 | |
| 69 | void DateTimeEditor::focusInEvent(QFocusEvent *e) |
| 70 | { |
nothing calls this directly
no outgoing calls
no test coverage detected