QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
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... | |