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.

الخصائص
Control   Returns the watched control.

الأحداث
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.