1 #ifndef WIDGETTHREDDSCONFIG_H 2 #define WIDGETTHREDDSCONFIG_H 29 void on_tableWidget_cellChanged(
int row,
int column);
31 void on_pushButtonAddDataset_clicked();
33 void on_pushButtonRemoveDataset_clicked();
35 void on_pushButtonShowLogs_clicked();
37 void on_pushButtonBrowseTHREDDSDir_clicked();
41 void checkCatalogsPath();
43 NODISCARD
bool validateDatasetName(
const QString& datasetName);
45 void createRow(
const QString& datasetName,
const QString& dataPath);
47 Ui::WidgetThreddsConfig* m_ui{
nullptr};
48 const QString*
const m_catalogLocation{
nullptr};
51 #endif // WIDGETTHREDDSCONFIG_H Definition: dialogdatasetview.h:16