digiKam
searchgroup_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_GROUP_P_H
26 #define DIGIKAM_SEARCH_GROUP_P_H
27 
28 #include "searchgroup.h"
29 
30 // Qt includes
31 
32 #include <QGridLayout>
33 #include <QLabel>
34 #include <QPainter>
35 #include <QRadioButton>
36 #include <QStackedLayout>
37 #include <QVBoxLayout>
38 #include <QStandardPaths>
39 #include <QIcon>
40 
41 // KDE includes
42 
43 #include <klocalizedstring.h>
44 
45 // Local includes
46 
47 #include "digikam_debug.h"
48 #include "searchfieldgroup.h"
49 #include "searchfields.h"
50 #include "searchutilities.h"
51 #include "searchview.h"
52 
53 namespace Digikam
54 {
55 
56 class Q_DECL_HIDDEN RadioButtonHBox : public QHBoxLayout
57 {
58  Q_OBJECT
59 
60 public:
61 
62  RadioButtonHBox(QWidget* const left, QWidget* const right, Qt::LayoutDirection dir);
63 };
64 
65 } // namepace Digikam
66 
67 #endif // DIGIKAM_SEARCH_GROUP_P_H
Definition: searchgroup_p.h:57
Definition: datefolderview.cpp:43