digiKam
Loading...
Searching...
No Matches
camerainfodialog.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 : 2003-01-28
7 * Description : a dialog to display camera information.
8 *
9 * SPDX-FileCopyrightText: 2003-2005 by Renchi Raju <renchi dot raju at gmail dot com>
10 * SPDX-FileCopyrightText: 2006-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 <QString>
21#include <QDialog>
22
23namespace Digikam
24{
25
26class CameraInfoDialog : public QDialog
27{
28 Q_OBJECT
29
30public:
31
32 CameraInfoDialog(QWidget* const parent,
33 const QString& summary,
34 const QString& manual,
35 const QString& about);
36 ~CameraInfoDialog() override = default;
37
38private Q_SLOTS:
39
40 void slotHelp();
41};
42
43} // namespace Digikam
Definition camerainfodialog.h:27
~CameraInfoDialog() override=default
Definition datefolderview.cpp:34