_ZN17QAbstractItemView13doItemsLayoutEv

Name

QAbstractItemView::doItemsLayout -- lay out the items in the view

Synopsis


#include <QtGui/qabstractitemview.h>

virtual void QAbstractItemView::doItemsLayout(void);

Description

The QAbstractItemView::doItemsLayout() function shall lay out the items in the view.

Inheritors of the QAbstractItemView class are intended to overload this function. The default implementation just calls updateGeometries() function and update the viewport.

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.