> what is the simplest way of retrieving all widgets that are mapped by > a QDataWidgetMapper object? > (I've tried using the children() method of the QDataWidgetMapper > class, but this seems to be something different) QWidget * mappedWidgetAt ( int section ) const -Mark