The QSingleColumnProxyModel class provides a proxy model which represent a single column of the source model.
More...
#include <qsinglecolumnproxymodel.h>
The QSingleColumnProxyModel class provides a proxy model which represent a single column of the source model.
QSingleColumnProxyModel::QSingleColumnProxyModel |
( |
QObject * |
parent = 0 | ) |
|
|
explicit |
Constructs a QSingleColumnProxyModel with the given parent
.
QSingleColumnProxyModel::~QSingleColumnProxyModel |
( |
| ) |
|
Destoys the QSingleColumnProxyModel.
void QSingleColumnProxyModel::setSourceModelColumn |
( |
int |
column | ) |
|
|
slot |
Sets the source model column
used by this proxy.
int QSingleColumnProxyModel::sourceModelColumn |
( |
| ) |
const |
Returns source model's column used by this proxy.
int QSingleColumnProxyModel::sourceModelColumn |
|
readwrite |
This property holds the column of the source model that is used. By default, this property contains 0, indicating that the first column of the source model is used.
The documentation for this class was generated from the following files: