_ZNK11QProxyModel14setSourceModelERK11QModelIndex

Name

QProxyModel::setSourceModel -- INSERT PURPOSE HERE

Synopsis


#include <QtGui/qproxymodel.h>

QModelIndex QProxyModel::setSourceModel(const QModelIndex & proxy_index);

Description

The QProxyModel::setSourceModel() function shall change the model pointer in the given proxy_index to point to the source model.

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.