SedSat3 1.1.6
Sediment Source Apportionment Tool - Advanced statistical methods for environmental pollution research
Loading...
Searching...
No Matches
indicatesheetsdialog.h
Go to the documentation of this file.
1#ifndef INDICATESHEETSDIALOG_H
2#define INDICATESHEETSDIALOG_H
3
4#include <QDialog>
5#include <QRadioButton>
6
7
8
9namespace Ui {
11}
12
13class IndicateSheetsDialog : public QDialog
14{
15 Q_OBJECT
16
17public:
18 explicit IndicateSheetsDialog(QWidget *parent = nullptr);
20 void Populate_Table(const QStringList &sheets);
21
22private:
23 Ui::IndicateSheetsDialog *ui;
24 QList<QRadioButton*> radio_buttons_sinks;
25 QList<QRadioButton*> radio_buttons_sources;
26 QStringList group_names;
27private slots:
28 void reject();
29 void accept();
31};
32
33#endif // INDICATESHEETSDIALOG_H
Ui::IndicateSheetsDialog * ui
QList< QRadioButton * > radio_buttons_sinks
QList< QRadioButton * > radio_buttons_sources
void Populate_Table(const QStringList &sheets)