21 #ifndef QFILTERVIEWCONNECTOR_H
22 #define QFILTERVIEWCONNECTOR_H
26 #include <qaivlib_global.h>
41 void setDataView(QTableView* view);
42 void setDataView(QTreeView* view);
46 void adjustVerticalHeaderWidth();
48 void dataViewHorizontalScrollBarRangeChanged(
int min,
int max);
49 void dataViewHorizontalScrollBarSilderMoved(
int value);
50 void dataViewHorizontalSortIndicatorChanged(
int logicalIndex, Qt::SortOrder order);
51 void dataViewHorizontalSectionMoved(
int logicalIndex,
int oldVisualIndex,
int newVisualIndex);
52 void dataViewHorizontalSectionResized(
int logicalIndex,
int oldSize,
int newSize);
53 void dataViewVerticalScrollBarRangeChanged(
int min,
int max);
55 void filterViewHorizontalSectionMoved(
int logicalIndex,
int oldVisualIndex,
int newVisualIndex);
56 void filterViewHorizontalSectionResized(
int logicalIndex,
int oldSize,
int newSize);
57 void filterViewHorizontalSortIndicatorChanged(
int logicalIndex, Qt::SortOrder order);
60 QTableView* cTableView;
64 #endif // QFILTERVIEWCONNECTOR_H
The QFilterViewConnector class connects a QFilterView with a QTableView or QTreeView.
Definition: qfilterviewconnector.h:33
The QFilterView class provides a widget that is used to view and edit filter definitions.
Definition: qfilterview.h:38