KD Reports API Documentation  2.1
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-2022 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
6 **
7 ** SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDAB-KDReports OR LicenseRef-KDAB-KDReports-US
8 **
9 ** Licensees holding valid commercial KD Reports licenses may use this file in
10 ** accordance with the KD Reports Commercial License Agreement provided with
11 ** the Software.
12 **
13 ** Contact info@kdab.com if any conditions of this licensing are not clear to you.
14 **
15 ****************************************************************************/
16 
17 #ifndef KDREPORTSTABLEBREAKINGSETTINGSDIALOG_H
18 #define KDREPORTSTABLEBREAKINGSETTINGSDIALOG_H
19 
20 #include "KDReportsGlobal.h"
21 #include <QDialog>
22 #include <memory>
23 
24 namespace KDReports {
25 class TableBreakingSettingsDialogPrivate;
26 class Report;
27 
39 {
40  Q_OBJECT
41 
42 public:
46  explicit TableBreakingSettingsDialog(KDReports::Report *report, QWidget *parent = nullptr);
47 
48  ~TableBreakingSettingsDialog() override;
49 
50 private Q_SLOTS:
52  void accept() override;
54  void reject() override;
55 
56 private:
57  std::unique_ptr<TableBreakingSettingsDialogPrivate> d;
58 };
59 
60 }
61 
62 #endif
QWidget
KDReports::Report
Definition: KDReportsReport.h:81
KDReportsGlobal.h
QDialog
KDREPORTS_EXPORT
#define KDREPORTS_EXPORT
Definition: KDReportsGlobal.h:29
KDReports::TableBreakingSettingsDialog
Definition: KDReportsTableBreakingSettingsDialog.h:39
KDReports
Definition: KDReportsAbstractReportLayout_p.h:30

© 2007-2021 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 on Fri Jul 15 2022 13:09:07 for KD Reports API Documentation by doxygen 1.8.20