Implement LoadFileContents

This will get the first 10 lines of data, try to separate
them using the separator specified, and then try to make
things display correctly on the table.

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2015-01-06 16:21:50 -02:00 committed by Dirk Hohndel
parent ba30e938b3
commit 79e81d70ec
2 changed files with 14 additions and 2 deletions

View file

@ -88,6 +88,7 @@ private:
Ui::DiveLogImportDialog *ui;
QList<int> specialCSV;
int column;
ColumnNameResult *resultModel;
struct CSVAppConfig {
QString name;