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
23
namespace
Digikam
24
{
25
26
class
DIGIKAM_GUI_EXPORT
DBStatDlg
:
public
InfoDlg
27
{
28
Q_OBJECT
29
30
public
:
31
32
explicit
DBStatDlg
(QWidget*
const
parent);
33
~DBStatDlg
()
override
=
default
;
34
35
private
Q_SLOTS:
36
37
void
slotHelp()
override
;
38
39
private
:
40
41
int
generateItemsList(
DatabaseItem::Category
category,
const
QString& title);
42
};
43
44
}
// namespace Digikam
Digikam::DBStatDlg
Definition
dbstatdlg.h:27
Digikam::DBStatDlg::~DBStatDlg
~DBStatDlg() override=default
Digikam::InfoDlg
Definition
infodlg.h:34
coredbconstants.h
digikam_export.h
infodlg.h
Digikam::DatabaseItem::Category
Category
Definition
coredbconstants.h:69
Digikam
Definition
datefolderview.cpp:34
core
libs
database
utils
widgets
dbstatdlg.h
Generated by
1.9.8