7#ifndef _CCALIBRATIONCHARTPROXYMODEL_H
8#define _CCALIBRATIONCHARTPROXYMODEL_H
12#include <QSortFilterProxyModel>
41 bool lessThan(
const QModelIndex &left,
const QModelIndex &right)
const Q_DECL_OVERRIDE;
Definitions of program parameters.
A table proxy model.
Definition: cCalibrationChartProxyModel.h:21
bool lessThan(const QModelIndex &left, const QModelIndex &right) const Q_DECL_OVERRIDE
Reimplementation of lessThan.
Definition: cCalibrationChartProxyModel.cpp:9
cCalibrationChartProxyModel(QObject *parent=0)
The constructor.
Definition: cCalibrationChartProxyModel.cpp:4