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
formeditor.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 FORMEDITOR_H
5#define FORMEDITOR_H
6
8
9#include <QtDesigner/abstractformeditor.h>
10
11QT_BEGIN_NAMESPACE
12
13class QObject;
14
15namespace qdesigner_internal {
16
18{
20public:
21 FormEditor(QObject *parent = nullptr);
22 FormEditor(const QStringList &pluginPaths,
23 QObject *parent = nullptr);
25public slots:
27};
28
29} // namespace qdesigner_internal
30
31QT_END_NAMESPACE
32
33#endif // FORMEDITOR_H
FormEditor(const QStringList &pluginPaths, QObject *parent=nullptr)
#define QT_FORMEDITOR_EXPORT
Combined button and popup list for selecting options.
Auxiliary methods to store/retrieve settings.