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
33class FileDialog : public QFileDialog, public H2Core::Object<FileDialog>
34{
36
37public:
38
39 FileDialog( QWidget* pParent );
41
42public slots:
43 void accept();
44};
45#endif
#define H2_OBJECT(name)
Definition Object.h:227
void accept()
FileDialog(QWidget *pParent)