_ZN17QAbstractItemView16updateEditorDataEv

Name

QAbstractItemView::updateEditorData -- update the data shown in the open editor widgets in the view

Synopsis


#include <QtGui/qabstractitemview.h>

virtual void QAbstractItemView::updateEditorData(void);

Description

The QAbstractItemView::updateEditorData() function shall update the data shown in the open editor widgets in the view.

This function is not intended to be used used by applications directly, but may appear among application dependencies as a result of usage of other functions and macros.