KD Reports API Documentation
2.2
src
KDReports
KDReportsTableBreakingSettingsDialog.h
Go to the documentation of this file.
1
/****************************************************************************
2
**
3
** This file is part of the KD Reports library.
4
**
5
** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
6
**
7
** SPDX-License-Identifier: MIT
8
**
9
****************************************************************************/
10
11
#ifndef KDREPORTSTABLEBREAKINGSETTINGSDIALOG_H
12
#define KDREPORTSTABLEBREAKINGSETTINGSDIALOG_H
13
14
#include "
KDReportsGlobal.h
"
15
#include <QDialog>
16
#include <memory>
17
18
namespace
KDReports
{
19
class
TableBreakingSettingsDialogPrivate;
20
class
Report;
21
32
class
KDREPORTS_EXPORT
TableBreakingSettingsDialog
:
public
QDialog
33
{
34
Q_OBJECT
35
36
public
:
40
explicit
TableBreakingSettingsDialog
(
KDReports::Report
*report, QWidget *parent =
nullptr
);
41
42
~
TableBreakingSettingsDialog
()
override
;
43
44
private
Q_SLOTS:
46
void
accept()
override
;
48
void
reject()
override
;
49
50
private
:
51
std::unique_ptr<TableBreakingSettingsDialogPrivate> d;
52
};
53
54
}
55
56
#endif
KDReportsGlobal.h
KDREPORTS_EXPORT
#define KDREPORTS_EXPORT
Definition:
KDReportsGlobal.h:23
KDReports::Report
Definition:
KDReportsReport.h:79
KDReports::TableBreakingSettingsDialog
Definition:
KDReportsTableBreakingSettingsDialog.h:33
KDReports
Definition:
KDReportsAbstractReportLayout_p.h:24
© Klarälvdalens Datakonsult AB (KDAB)
"The Qt, C++ and OpenGL Experts"
https://www.kdab.com/
https://www.kdab.com/development-resources/qt-tools/kd-reports/
Generated by doxygen 1.9.1