digiKam
Loading...
Searching...
No Matches
iccprofileinfodlg.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 : 2006-02-16
7
* Description : a dialog to display ICC profile information.
8
*
9
* SPDX-FileCopyrightText: 2006-2024 by Gilles Caulier <caulier dot gilles at gmail dot com>
10
*
11
* SPDX-License-Identifier: GPL-2.0-or-later
12
*
13
* ============================================================ */
14
15
#pragma once
16
17
// Qt includes
18
19
#include <QByteArray>
20
#include <QString>
21
#include <QDialog>
22
23
// Local includes
24
25
#include "
digikam_export.h
"
26
#include "
icctransform.h
"
27
28
class
QWidget;
29
30
namespace
Digikam
31
{
32
33
class
DIGIKAM_EXPORT
ICCProfileInfoDlg
:
public
QDialog
34
{
35
Q_OBJECT
36
37
public
:
38
39
explicit
ICCProfileInfoDlg
(QWidget*
const
parent,
const
QString& profilePath,
const
IccProfile
& profileData =
IccProfile
());
40
~ICCProfileInfoDlg
()
override
=
default
;
41
42
private
Q_SLOTS:
43
44
void
slotHelp();
45
};
46
47
}
// namespace Digikam
Digikam::ICCProfileInfoDlg
Definition
iccprofileinfodlg.h:34
Digikam::ICCProfileInfoDlg::~ICCProfileInfoDlg
~ICCProfileInfoDlg() override=default
Digikam::IccProfile
Definition
iccprofile.h:33
digikam_export.h
icctransform.h
Digikam
Definition
datefolderview.cpp:34
core
libs
dialogs
iccprofileinfodlg.h
Generated by
1.9.8