_ZNK11QProxyModel13setProxyModelERK11QModelIndex

Name

QProxyModel::setProxyModel -- change the model pointer to point to the proxy model

Synopsis


#include <QtGui/qproxymodel.h>

QModelIndex QProxyModel::setProxyModel(const QModelIndex & source_index);

Description

The QProxyModel::setProxyModel() function shall change the model pointer in the given source_index to point to the proxy 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.