_ZN17QAbstractItemView22updateEditorGeometriesEv

Name

QAbstractItemView::updateEditorGeometries -- update geometry of open editor widgets in the view

Synopsis


#include <QtGui/qabstractitemview.h>

virtual void QAbstractItemView::updateEditorGeometries(void);

Description

The QAbstractItemView::updateEditorGeometries() function shall update the geometry of the open editor widgets in the view.

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