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.

This class is creatable.

Properties
Control   Returns the watched control.

Events
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.