digiKam
imagedialog_p.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 : 2008-03-13
7  * Description : Image files selection dialog - private declarations.
8  *
9  * Copyright (C) 2008-2022 by Gilles Caulier <caulier dot gilles at gmail dot com>
10  *
11  * This program is free software; you can redistribute it
12  * and/or modify it under the terms of the GNU General
13  * Public License as published by the Free Software Foundation;
14  * either version 2, or (at your option)
15  * any later version.
16  *
17  * This program is distributed in the hope that it will be useful,
18  * but WITHOUT ANY WARRANTY; without even the implied warranty of
19  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20  * GNU General Public License for more details.
21  *
22  * ============================================================ */
23 
24 #ifndef DIGIKAM_IMAGE_DIALOG_P_H
25 #define DIGIKAM_IMAGE_DIALOG_P_H
26 
27 #include "imagedialog.h"
28 
29 // Qt includes
30 
31 #include <QLabel>
32 #include <QPointer>
33 #include <QVBoxLayout>
34 #include <QApplication>
35 #include <QMimeDatabase>
36 #include <QStyle>
37 #include <QLocale>
38 #include <QPixmap>
39 #include <QPainter>
40 #include <QScopedPointer>
41 #include <QToolTip>
42 #include <QDir>
43 #include <QTimer>
44 #include <QWheelEvent>
45 #include <QKeyEvent>
46 
47 // KDE includes
48 
49 #include <klocalizedstring.h>
50 
51 // Local includes
52 
53 #include "drawdecoder.h"
54 #include "digikam_debug.h"
55 #include "digikam_globals.h"
56 #include "thumbnailloadthread.h"
57 #include "ditemtooltip.h"
58 #include "dmetadata.h"
59 #include "loadingdescription.h"
60 #include "thumbnailsize.h"
61 #include "dfiledialog.h"
62 
63 #endif // DIGIKAM_IMAGE_DIALOG_P_H