SedSat3
1.1.6
Sediment Source Apportionment Tool - Advanced statistical methods for environmental pollution research
Loading...
Searching...
No Matches
dialogchooseexcelsheets.h
Go to the documentation of this file.
1
#ifndef DIALOGCHOOSEEXCELSHEETS_H
2
#define DIALOGCHOOSEEXCELSHEETS_H
3
4
#include <QDialog>
5
6
namespace
Ui
{
7
class
DialogChooseExcelSheets
;
8
}
9
10
class
DialogChooseExcelSheets
:
public
QDialog
11
{
12
Q_OBJECT
13
14
public
:
15
explicit
DialogChooseExcelSheets
(QWidget *parent, QStringList **_items);
16
~DialogChooseExcelSheets
();
17
void
AddItem
(
const
QString &item);
18
19
private
:
20
Ui::DialogChooseExcelSheets *
ui
;
21
QStringList *
items
=
nullptr
;
22
private
slots:
23
void
reject
();
24
void
accept
();
25
};
26
27
#endif
// DIALOGCHOOSEEXCELSHEETS_H
DialogChooseExcelSheets
Definition
dialogchooseexcelsheets.h:11
DialogChooseExcelSheets::AddItem
void AddItem(const QString &item)
Definition
dialogchooseexcelsheets.cpp:19
DialogChooseExcelSheets::ui
Ui::DialogChooseExcelSheets * ui
Definition
dialogchooseexcelsheets.h:20
DialogChooseExcelSheets::items
QStringList * items
Definition
dialogchooseexcelsheets.h:21
DialogChooseExcelSheets::reject
void reject()
Definition
dialogchooseexcelsheets.cpp:27
DialogChooseExcelSheets::accept
void accept()
Definition
dialogchooseexcelsheets.cpp:31
DialogChooseExcelSheets::~DialogChooseExcelSheets
~DialogChooseExcelSheets()
Definition
dialogchooseexcelsheets.cpp:14
Ui
Definition
dialogchooseexcelsheets.h:6
dialogchooseexcelsheets.h
Generated by
1.9.8