digiKam
Loading...
Searching...
No Matches
filesaveoptionsdlg.h
Go to the documentation of this file.
1
/* ============================================================
2
*
3
* This file is a part of digiKam project
4
* https://www.digikam.org
5
*
6
* Date : 2010-01-14
7
* Description : a dialog to display image file save options.
8
*
9
* SPDX-FileCopyrightText: 2009 by David Eriksson <meldavid at acc umu se>
10
* SPDX-FileCopyrightText: 2010-2024 by Gilles Caulier <caulier dot gilles at gmail dot com>
11
*
12
* SPDX-License-Identifier: GPL-2.0-or-later
13
*
14
* ============================================================ */
15
16
#pragma once
17
18
// Qt includes
19
20
#include <QDialog>
21
22
// Local includes
23
24
#include "
digikam_export.h
"
25
#include "
filesaveoptionsbox.h
"
26
27
class
QWidget;
28
29
namespace
Digikam
30
{
31
32
class
DIGIKAM_EXPORT
FileSaveOptionsDlg
:
public
QDialog
33
{
34
Q_OBJECT
35
36
public
:
37
38
FileSaveOptionsDlg
(QWidget*
const
parent,
FileSaveOptionsBox
*
const
options);
39
~FileSaveOptionsDlg
() =
default
;
40
};
41
42
}
// namespace Digikam
Digikam::FileSaveOptionsBox
Definition
filesaveoptionsbox.h:32
Digikam::FileSaveOptionsDlg
Definition
filesaveoptionsdlg.h:33
Digikam::FileSaveOptionsDlg::~FileSaveOptionsDlg
~FileSaveOptionsDlg()=default
digikam_export.h
filesaveoptionsbox.h
Digikam
Definition
datefolderview.cpp:34
core
libs
dialogs
filesaveoptionsdlg.h
Generated by
1.9.8