SedSat3 1.1.6
Sediment Source Apportionment Tool - Advanced statistical methods for environmental pollution research
Loading...
Searching...
No Matches
resultsetitem.cpp
Go to the documentation of this file.
1#include "resultsetitem.h"
2
4{
5
6}
7
8ResultSetItem::ResultSetItem(const QString &str):QStandardItem(str)
9{
10 this->setToolTip(str);
11}