15 #ifndef BORNAGAIN_GUI2_DATALOADER_IMPORTTABLEHEADER_H
16 #define BORNAGAIN_GUI2_DATALOADER_IMPORTTABLEHEADER_H
18 #include "darefl_export.h"
30 enum RowTypes { TYPE, UNITS, MULTIPLIER, MAX };
37 int columnCount()
const;
39 QVariant data(
int row,
int column)
const;
41 bool setData(
int row,
int column,
const QVariant& variant);
43 std::string rowName(
int row)
const;
45 std::vector<ColumnInfo> columnInfo()
const;
49 bool isValid(
int row,
int column)
const;
Based on Qt example "codeeditor" Copyright (C) 2016 The Qt Company Ltd.