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