SedSat3 1.1.6
Sediment Source Apportionment Tool - Advanced statistical methods for environmental pollution research
Loading...
Searching...
No Matches
dialogchooseexcelsheets.h
Go to the documentation of this file.
1#ifndef DIALOGCHOOSEEXCELSHEETS_H
2#define DIALOGCHOOSEEXCELSHEETS_H
3
4#include <QDialog>
5
6namespace Ui {
8}
9
10class DialogChooseExcelSheets : public QDialog
11{
12 Q_OBJECT
13
14public:
15 explicit DialogChooseExcelSheets(QWidget *parent, QStringList **_items);
17 void AddItem(const QString &item);
18
19private:
20 Ui::DialogChooseExcelSheets *ui;
21 QStringList *items = nullptr;
22private slots:
23 void reject();
24 void accept();
25};
26
27#endif // DIALOGCHOOSEEXCELSHEETS_H
void AddItem(const QString &item)
Ui::DialogChooseExcelSheets * ui