16#ifndef QGSFOCUSWATCHER_H 
   17#define QGSFOCUSWATCHER_H 
   46    bool eventFilter( QObject *obj, QEvent *event ) 
override;
 
A event filter for watching for focus events on a parent object.
 
void focusIn()
Emitted when parent object gains focus.
 
void focusChanged(bool focused)
Emitted when parent object's focus changes.
 
void focusOut()
Emitted when parent object loses focus.