Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
previewconfigurationwidget_p.h
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
3// Qt-Security score:significant reason:default
4
5//
6// W A R N I N G
7// -------------
8//
9// This file is not part of the Qt API. It exists for the convenience
10// of Qt Designer. This header
11// file may change from version to version without notice, or even be removed.
12//
13// We mean it.
14//
15
16#ifndef PREVIEWCONFIGURATIONWIDGET_H
17#define PREVIEWCONFIGURATIONWIDGET_H
18
20
21#include <QtWidgets/qgroupbox.h>
22#include <QtCore/qshareddata.h>
23
25
26class QDesignerFormEditorInterface;
27class QDesignerSettingsInterface;
28
29namespace qdesigner_internal {
30
31// ----------- PreviewConfigurationWidget: Widget to edit the preview configuration.
32
54
55} // namespace qdesigner_internal
56
57QT_END_NAMESPACE
58
59#endif // PREVIEWCONFIGURATIONWIDGET_H
friend class QPainter
friend class QWidget
Definition qpainter.h:432
FormEditorOptionsPage(QDesignerFormEditorInterface *core)
void fromSettings(const QDesignerSharedSettings &s)
void toSettings(QDesignerSharedSettings &s) const
Combined button and popup list for selecting options.
Auxiliary methods to store/retrieve settings.
#define QDESIGNER_SHARED_EXPORT