SedSat3
1.1.6
Sediment Source Apportionment Tool - Advanced statistical methods for environmental pollution research
Loading...
Searching...
No Matches
filebrowserpushbuttom.h
Go to the documentation of this file.
1
#ifndef FILEBROWSERPUSHBUTTOM_H
2
#define FILEBROWSERPUSHBUTTOM_H
3
4
#include <QPushButton>
5
6
#include <QObject>
7
8
enum class
save_open
{
open
,
save
};
9
10
class
FileBrowserPushButtom
:
public
QPushButton
11
{
12
Q_OBJECT
13
public
:
14
explicit
FileBrowserPushButtom
(QWidget *parent =
nullptr
);
15
save_open
dialog_use
=
save_open::save
;
16
17
signals:
18
19
public
slots:
20
void
onPress
();
21
22
};
23
24
#endif
// FILEBROWSERPUSHBUTTOM_H
FileBrowserPushButtom
Definition
filebrowserpushbuttom.h:11
FileBrowserPushButtom::dialog_use
save_open dialog_use
Definition
filebrowserpushbuttom.h:15
FileBrowserPushButtom::onPress
void onPress()
Definition
filebrowserpushbuttom.cpp:10
save_open
save_open
Definition
filebrowserpushbuttom.h:8
save_open::save
@ save
save_open::open
@ open
filebrowserpushbuttom.h
Generated by
1.9.8