SedSat3 1.1.6
Sediment Source Apportionment Tool - Advanced statistical methods for environmental pollution research
Loading...
Searching...
No Matches
resulttableviewer.h
Go to the documentation of this file.
1#ifndef RESULTTABLEVIEWER_H
2#define RESULTTABLEVIEWER_H
3
4#include <QDialog>
5#include <QTableWidget>
6
7namespace Ui {
9}
10
11class ResultTableViewer : public QDialog
12{
13 Q_OBJECT
14
15public:
16 explicit ResultTableViewer(QWidget *parent = nullptr);
17 void SetTable(QTableWidget *tablewidget);
19
20private:
21 Ui::ResultTableViewer *ui;
22 QTableWidget *tablewidget;
23public slots:
24 void on_ExportToCSV();
25};
26
27#endif // RESULTTABLEVIEWER_H
void SetTable(QTableWidget *tablewidget)
QTableWidget * tablewidget
Ui::ResultTableViewer * ui