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
27class QWidget;
28
29namespace Digikam
30{
31
32class DIGIKAM_EXPORT FileSaveOptionsDlg : public QDialog
33{
34 Q_OBJECT
35
36public:
37
38 FileSaveOptionsDlg(QWidget* const parent, FileSaveOptionsBox* const options);
40};
41
42} // namespace Digikam
Definition filesaveoptionsbox.h:32
Definition filesaveoptionsdlg.h:33
Definition datefolderview.cpp:34