digiKam
searchfields_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-01-20
7  * Description : User interface for searches
8  *
9  * Copyright (C) 2008-2012 by Marcel Wiesweg <marcel dot wiesweg at gmx dot de>
10  * Copyright (C) 2011-2022 by Gilles Caulier <caulier dot gilles at gmail dot com>
11  *
12  * This program is free software; you can redistribute it
13  * and/or modify it under the terms of the GNU General
14  * Public License as published by the Free Software Foundation;
15  * either version 2, or (at your option)
16  * any later version.
17  *
18  * This program is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21  * GNU General Public License for more details.
22  *
23  * ============================================================ */
24 
25 #ifndef DIGIKAM_SEARCH_FIELDS_P_H
26 #define DIGIKAM_SEARCH_FIELDS_P_H
27 
28 #include "searchfields.h"
29 
30 // C++ includes
31 
32 #include <cmath>
33 
34 // Qt includes
35 
36 #include <QApplication>
37 #include <QGridLayout>
38 #include <QTimeEdit>
39 #include <QComboBox>
40 #include <QLineEdit>
41 #include <QCheckBox>
42 #include <QLabel>
43 #include <QStyle>
44 #include <QIcon>
45 
46 // KDE includes
47 
48 #include <klocalizedstring.h>
49 
50 // Local includes
51 
52 #include "digikam_debug.h"
53 #include "album.h"
54 #include "coredb.h"
55 #include "squeezedcombobox.h"
56 #include "albummanager.h"
57 #include "albummodel.h"
58 #include "dexpanderbox.h"
59 #include "dlayoutbox.h"
60 #include "albumselectcombobox.h"
61 #include "choicesearchutilities.h"
62 #include "dimg.h"
63 #include "dmetadata.h"
64 #include "ddateedit.h"
65 #include "tagtreeview.h"
66 #include "ratingsearchutilities.h"
67 #include "searchfieldgroup.h"
68 #include "searchwindow.h"
69 #include "tagscache.h"
70 #include "colorlabelfilter.h"
71 #include "picklabelfilter.h"
72 #include "applicationsettings.h"
73 #include "itempropertiestab.h"
74 
75 #endif // DIGIKAM_SEARCH_FIELDS_P_H