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
7
namespace
Ui
{
8
class
FormElementInformation
;
9
}
10
11
class
FormElementInformation
:
public
QWidget
12
{
13
Q_OBJECT
14
15
public
:
16
explicit
FormElementInformation
(QWidget *parent =
nullptr
);
17
~FormElementInformation
();
18
QTableView *
table
();
19
private
:
20
Ui::FormElementInformation *
ui
;
21
22
private
slots:
23
void
on_Include_Exclude_Change
();
24
};
25
26
#endif
// FORMELEMENTINFORMATION_H
FormElementInformation
Definition
formelementinformation.h:12
FormElementInformation::~FormElementInformation
~FormElementInformation()
Definition
formelementinformation.cpp:15
FormElementInformation::on_Include_Exclude_Change
void on_Include_Exclude_Change()
Definition
formelementinformation.cpp:26
FormElementInformation::table
QTableView * table()
Definition
formelementinformation.cpp:20
FormElementInformation::ui
Ui::FormElementInformation * ui
Definition
formelementinformation.h:20
Ui
Definition
dialogchooseexcelsheets.h:6
formelementinformation.h
Generated by
1.9.8