_ZNK11QProxyModel14connectToModelEPK18QAbstractItemModel

Name

QProxyModel::connectToModel -- connect to all the signals emitted by the model

Synopsis


#include <QtGui/qproxymodel.h>

void QProxyModel::connectToModel(const QAbstractItemModel * model);

Description

The QProxyModel::connectToModel() function shall connect to all the signals emitted by given model.

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.