17#include "ui_FileList.h"
20#include <QStringListModel>
void on_addButton_pressed()
~FileListDialog() override
Destructor.
void on_browseButton_pressed()
QStringListModel _allFiles
void accept() override
Instructions if the OK-Button has been pressed.
QString getFileTypeString(FileType file_type) const
Returns a string for the given file type enum.
const FileType _input_file_type
void displayWarningLabel() const
Display a warning for vtu- to msh-conversion.
const QStringList getInputFileList() const
Returns list of all selected files.
FileListDialog(FileType input, FileType output, QWidget *parent=nullptr)
Constructor.
const QString getOutputDir() const
Returns selected output directory.
void reject() override
Instructions if the Cancel-Button has been pressed.
const FileType _output_file_type
void on_removeButton_pressed()