#include "dataload_csv.h"#include <QTextStream>#include <QFile>#include <QMessageBox>#include <QDebug>#include <QProgressDialog>#include "selectlistdialog.h"
Go to the source code of this file.
Functions | |
| const QRegExp | csv_separator ("(\\,|\\;|\\ |\\t|\\|)") |
| const QRegExp csv_separator | ( | "(\\,|\\;|\\ |\\t|\\|)" | ) |