This file declares the CSVManager class for reading and manipulating CSV files. More...
#include <QObject>#include <QString>#include <QVector>Go to the source code of this file.
Classes | |
| class | CSVManager |
This file declares the CSVManager class for reading and manipulating CSV files.
The CSVManager class provides functions for reading a CSV file, filtering data based on column values, retrieving distinct column values, and extracting column values from a data set. It inherits from QObject and emits a signal when the data is ready. Note: The implementation of the class is not provided in this declaration file. It should be implemented separately in a corresponding source file.