Watcher (gb.qt4)

This class implements an object that can watch any control and raise some events when something happens on it.

This class is especially useful to know when a UserControl or UserContainer is moved, resized, shown or hidden.

Esta clase es instanciable.

Propiedades
Control   Returns the watched control.

Eventos
Hide   Raised when the watched control is hidden.
Move   Raised when the watched control is moved.
Resize   Raised when the watched control is resized.
Show   Raised when the watched control is shown.