KD Reports API Documentation 2.2
Loading...
Searching...
No Matches
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
18namespace KDReports {
19class TableBreakingSettingsDialogPrivate;
20class Report;
21
33{
34 Q_OBJECT
35
36public:
40 explicit TableBreakingSettingsDialog(KDReports::Report *report, QWidget *parent = nullptr);
41
43
44private Q_SLOTS:
46 void accept() override;
48 void reject() override;
49
50private:
51 std::unique_ptr<TableBreakingSettingsDialogPrivate> d;
52};
53
54}
55
56#endif
#define KDREPORTS_EXPORT

© 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 Wed Apr 24 2024 04:08:15 for KD Reports API Documentation by doxygen 1.9.8