mkottman / lqt

Lua bindings for Qt4 by Mauro Iazzi
http://code.google.com/p/lqt/
MIT License
191 stars 34 forks source link

QMdiArea:subWindowList() method not implemented #22

Closed ghost closed 12 years ago

ghost commented 12 years ago

QList<QMdiSubWindow *> QMdiArea::subWindowList ( WindowOrder order = CreationOrder ) const Returns a list of all subwindows in the MDI area. If order is CreationOrder (the default), the windows are sorted in the order in which they were inserted into the workspace. If order is StackingOrder, the windows are listed in their stacking order, with the topmost window as the last item in the list. If order is ActivationHistoryOrder, the windows are listed according to their recent activation history.

ghost commented 12 years ago

Duplicate case because of attempt to label it 'Missing'