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