SedSat3 1.1.6
Sediment Source Apportionment Tool - Advanced statistical methods for environmental pollution research
Loading...
Searching...
No Matches
resultsetitem.h
Go to the documentation of this file.
1#ifndef RESULTSETITEM_H
2#define RESULTSETITEM_H
3
4#include <QStandardItem>
5#include "results.h"
6
7class ResultSetItem : public QStandardItem
8{
9public:
11 ResultSetItem(const QString &str);
12 Results *result=nullptr;
13
14private:
15
16};
17
18#endif // RESULTSETITEM_H
Results * result