We now have focus. Change the appearance
| 53 | |
| 54 | // We now have focus. Change the appearance |
| 55 | void NTitleEditor::focusInEvent(QFocusEvent *e) |
| 56 | { |
| 57 | QLineEdit::focusInEvent(e); |
| 58 | setStyleSheet(activeColor); |
| 59 | emit(focussed(true)); |
| 60 | } |
| 61 | |
| 62 | |
| 63 | // Focus is lost. Set the colors back and check for text changed |
nothing calls this directly
no outgoing calls
no test coverage detected