15 #ifndef BORNAGAIN_GUI2_DATALOADER_IMPORTFILEWIDGET_H
16 #define BORNAGAIN_GUI2_DATALOADER_IMPORTFILEWIDGET_H
18 #include "darefl_export.h"
22 class QStringListModel;
38 void onAddFilesRequest();
39 void onRemoveFileRequest();
41 QStringList fileNames()
const;
43 QStringList selectedFileNames()
const;
53 QStringList validateForBinaryFiles(
const QStringList& file_names);
55 void updateCurrentWorkdir(
const QStringList& file_names);
56 void addFileNamesToModel(
const QStringList& file_names);
58 void makeLastSelected();
60 QListView* m_listView{
nullptr};
61 QStringListModel* m_listModel{
nullptr};
Based on Qt example "codeeditor" Copyright (C) 2016 The Qt Company Ltd.