QGIS API Documentation  3.26.3-Buenos Aires (65e4edfdad)
Classes
qgsfocuswatcher.h File Reference
#include <QObject>
#include "qgis_sip.h"
#include "qgis_gui.h"
Include dependency graph for qgsfocuswatcher.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QgsFocusWatcher
 A event filter for watching for focus events on a parent object. Usually QObjects must subclass and override methods like focusOutEvent to handle focus events. Using this class as an event filter avoids the need to subclass objects and the focus events can be directly caught using the emitted signals. More...