I want to get the number of MDI children that opened.
For example in c#
this.MdiChildren.Count()
Another example by an image:
The QMdiArea::subWindowList() method returns a QList of MDI child windows. QList has a count() method.
QMdiArea::subWindowList()
QList
count()