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
default_layoutdecoration.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#ifndef DEFAULT_LAYOUTDECORATION_H
6#define DEFAULT_LAYOUTDECORATION_H
7
9#include <QtDesigner/layoutdecoration.h>
10#include <QtDesigner/default_extensionfactory.h>
11
12QT_BEGIN_NAMESPACE
13
14class QDesignerFormWindowInterface;
15
16namespace qdesigner_internal {
18{
19 Q_OBJECT
20 Q_INTERFACES(QAbstractExtensionFactory)
21public:
23
24protected:
25 QObject *createExtension(QObject *object, const QString &iid, QObject *parent) const override;
26};
27
28} // namespace qdesigner_internal
29
30QT_END_NAMESPACE
31
32#endif // DEFAULT_LAYOUTDECORATION_H
friend class QWidget
Definition qpainter.h:432
QObject * createExtension(QObject *object, const QString &iid, QObject *parent) const override
Creates an extension specified by iid for the given object.
Combined button and popup list for selecting options.
Auxiliary methods to store/retrieve settings.