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
4#ifndef DEFAULT_LAYOUTDECORATION_H
5#define DEFAULT_LAYOUTDECORATION_H
6
8#include <QtDesigner/layoutdecoration.h>
9#include <QtDesigner/default_extensionfactory.h>
10
11QT_BEGIN_NAMESPACE
12
13class QDesignerFormWindowInterface;
14
15namespace qdesigner_internal {
17{
18 Q_OBJECT
19 Q_INTERFACES(QAbstractExtensionFactory)
20public:
22
23protected:
24 QObject *createExtension(QObject *object, const QString &iid, QObject *parent) const override;
25};
26
27} // namespace qdesigner_internal
28
29QT_END_NAMESPACE
30
31#endif // DEFAULT_LAYOUTDECORATION_H
friend class QWidget
Definition qpainter.h:421
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.