56 void initialize(QComboBox* rowsfilteroperator, QComboBox* rowsfiltercombobox1, QComboBox* rowsfiltercomparatorcombobox1, QLineEdit* rowsfilterline1, QComboBox* rowsfiltercombobox2, QComboBox* rowsfiltercomparatorcombobox2, QLineEdit* rowsfilterline2);
A table proxy model.
Definition: cMainWindowProxyModel.h:21
void initialize(QComboBox *rowsfilteroperator, QComboBox *rowsfiltercombobox1, QComboBox *rowsfiltercomparatorcombobox1, QLineEdit *rowsfilterline1, QComboBox *rowsfiltercombobox2, QComboBox *rowsfiltercomparatorcombobox2, QLineEdit *rowsfilterline2)
Initialize the model.
Definition: cMainWindowProxyModel.cpp:9
void setWholeWord(bool wholeword)
Set whole word option.
Definition: cMainWindowProxyModel.cpp:20
cMainWindowProxyModel(QObject *parent=0)
The constructor.
Definition: cMainWindowProxyModel.cpp:4
bool filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const Q_DECL_OVERRIDE
Reimplementation of filterAcceptsRow.
Definition: cMainWindowProxyModel.cpp:25
bool lessThan(const QModelIndex &left, const QModelIndex &right) const Q_DECL_OVERRIDE
Reimplementation of lessThan.
Definition: cMainWindowProxyModel.cpp:82