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// Qt-Security score:significant reason:default
4
5#ifndef FORMEDITOR_H
6#define FORMEDITOR_H
7
9
10#include <QtDesigner/abstractformeditor.h>
11
12QT_BEGIN_NAMESPACE
13
14class QObject;
15
16namespace qdesigner_internal {
17
19{
21public:
22 FormEditor(QObject *parent = nullptr);
23 FormEditor(const QStringList &pluginPaths,
24 QObject *parent = nullptr);
26public slots:
28};
29
30} // namespace qdesigner_internal
31
32QT_END_NAMESPACE
33
34#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.