Navigator2Go
2.0
Manage your local Ocean Navigator installation.
|
Dialog window to import a netCDF file. More...
#include <dialogimportnc.h>
Public Member Functions | |
DialogImportNC (const QString &threddsContentDir, QWidget *parent=nullptr) | |
NODISCARD QVector< NetCDFImportDesc > | GetImportList () const |
Returns the list of files to import as NetCDFImportDesc. | |
NODISCARD bool | ShouldRemoveSourceNCFiles () const |
Should the source file be removed? | |
Private Slots | |
void | on_pushButtonAdd_clicked () |
void | on_pushButtonDelete_clicked () |
void | on_tableWidget_doubleClicked (const QModelIndex &index) |
Private Member Functions | |
void | addDataset () |
Private Attributes | |
Ui::DialogImportNC * | m_ui {nullptr} |
QStringList | m_datasetList |
Dialog window to import a netCDF file.