_ZN9QListView14resizeContentsEii

Name

QListView::resizeContents -- resize the internal contents of the view

Synopsis


#include <QtGui/qlistview.h>

void QListView::resizeContents(int width, int height);

Description

The QListView::resizeContents() function shall resize the internal contents to width and height and set the scroll bar ranges accordingly.

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.