digiKam
Loading...
Searching...
No Matches
dbstatdlg.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 : 2009-05-28
7 * Description : database statistics dialog
8 *
9 * SPDX-FileCopyrightText: 2009-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// Local includes
18
19#include "infodlg.h"
20#include "coredbconstants.h"
21#include "digikam_export.h"
22
23namespace Digikam
24{
25
26class DIGIKAM_GUI_EXPORT DBStatDlg : public InfoDlg
27{
28 Q_OBJECT
29
30public:
31
32 explicit DBStatDlg(QWidget* const parent);
33 ~DBStatDlg() override = default;
34
35private Q_SLOTS:
36
37 void slotHelp() override;
38
39private:
40
41 int generateItemsList(DatabaseItem::Category category, const QString& title);
42};
43
44} // namespace Digikam
Definition dbstatdlg.h:27
~DBStatDlg() override=default
Definition infodlg.h:34
Category
Definition coredbconstants.h:69
Definition datefolderview.cpp:34