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

Public Member Functions

void SubWindowActivated (QMdiSubWindow window)
  More...
 

Member Function Documentation

void QtGui.IQMdiAreaSignals.SubWindowActivated ( QMdiSubWindow  window)

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().