
Lightweight C++ Dynamic QSortFilterProxyModel (Model/View Programming)
Blurb: While researching how to setup models and connect them to views I came across an interesting issue. Nobody could provide me with a good solution to setup dynamic filters for filtering information in a CSV file. So... I made one myself! What better way to re-introduce myself to the world of C++! https://github.com/ben-hearn-sb/dynamic_csv_filter Important terms used in this article: QSortFilterProxyModel QRegExp LineEdit Features of tool: Dynamic number of filter edits