digiKam
libsinfodlg.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-07-11
7  * Description : shared libraries list dialog
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_LIBS_INFO_DLG_H
25 #define DIGIKAM_LIBS_INFO_DLG_H
26 
27 // Qt includes
28 
29 #include <QMap>
30 #include <QTreeWidgetItem>
31 
32 // Local includes
33 
34 #include "digikam_export.h"
35 #include "infodlg.h"
36 
37 namespace Digikam
38 {
39 
40 class DIGIKAM_EXPORT LibsInfoDlg : public InfoDlg
41 {
42  Q_OBJECT
43 
44 public:
45 
46  explicit LibsInfoDlg(QWidget* const parent);
47  ~LibsInfoDlg();
48 
49 protected:
50 
51  QTreeWidgetItem* m_features = nullptr;
52  QTreeWidgetItem* m_libraries = nullptr;
53 
54 private:
55 
56  QString checkTriState(int value) const;
57 };
58 
59 } // namespace Digikam
60 
61 #endif // DIGIKAM_LIBS_INFO_DLG_H
Definition: infodlg.h:44
Definition: libsinfodlg.h:41
qulonglong value
Definition: itemviewutilities.cpp:592
Definition: datefolderview.cpp:43