Qyoto  4.0.5
Qyoto is a C# language binding for Qt
 All Classes Namespaces Functions Variables Typedefs Enumerations Properties
QtGui.IQMdiAreaSignals Interface Reference
Inheritance diagram for QtGui.IQMdiAreaSignals:
Collaboration diagram for QtGui.IQMdiAreaSignals:

Public Member Functions

void SubWindowActivated (QMdiSubWindow arg1)
 
 

Member Function Documentation

void QtGui.IQMdiAreaSignals.SubWindowActivated ( QMdiSubWindow  arg1)

QMdiArea emits this signal after window has been activated. When window is 0, QMdiArea has just deactivated its last active window, and there are no active windows on the workspace.

See also QMdiArea::activeSubWindow().