QAdvancedItemViews (QAIV) extends the capabilities of the Qt classes QTableView and QSortFilterProxyModel. For instance, QAdvancedTableView supports multi-column filtering and includes a header view allowing users to create, modify and delete filters. Additional utility classes provide proxy models for conditional decorations, groupings and a lot more.
The version in this repository has been updated for use with Qt 6. It is compatible with both Qt 5 and Qt 6. Additional features are planned. CMake files are also being prepared.
- Initially developed by Martin Hoppe (martin@2x2hoppe.de) Original web page: https://sourceforge.net/projects/qadvanceditemviews/
- Additional development by Alexey Pawlow (alexpux)