hydrogen
1.2.6
FileDialog.h
Go to the documentation of this file.
1
/*
2
* Hydrogen
3
* Copyright(c) 2008-2025 The hydrogen development team [hydrogen-devel@lists.sourceforge.net]
4
*
5
* http://www.hydrogen-music.org
6
*
7
* This program is free software; you can redistribute it and/or modify
8
* it under the terms of the GNU General Public License as published by
9
* the Free Software Foundation; either version 2 of the License, or
10
* (at your option) any later version.
11
*
12
* This program is distributed in the hope that it will be useful,
13
* but WITHOUT ANY WARRANTY, without even the implied warranty of
14
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
* GNU General Public License for more details.
16
*
17
* You should have received a copy of the GNU General Public License
18
* along with this program. If not, see https://www.gnu.org/licenses
19
*
20
*/
21
22
#ifndef FILEDIALOG_H
23
#define FILEDIALOG_H
24
25
#include <QDialog>
26
#include <QFileDialog>
27
#include <
core/Object.h
>
28
33
class
FileDialog
:
public
QFileDialog,
public
H2Core::Object
<FileDialog>
34
{
35
H2_OBJECT
(
FileDialog
)
36
37
public
:
38
39
FileDialog
( QWidget* pParent );
40
~FileDialog
();
41
42
public
slots:
43
void
accept
();
44
};
45
#endif
Object.h
H2_OBJECT
#define H2_OBJECT(name)
Definition
Object.h:227
FileDialog::accept
void accept()
Definition
FileDialog.cpp:48
FileDialog::FileDialog
FileDialog(QWidget *pParent)
Definition
FileDialog.cpp:30
FileDialog::~FileDialog
~FileDialog()
Definition
FileDialog.cpp:45
H2Core::Object
Definition
Object.h:181
src
gui
src
Widgets
FileDialog.h
Generated by
1.13.2