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
8
#
include
"formeditor_global.h"
9
10
#
include
<
QtDesigner
/
abstractformeditor
.
h
>
11
12
QT_BEGIN_NAMESPACE
13
14
class
QObject;
15
16
namespace
qdesigner_internal
{
17
18
class
QT_FORMEDITOR_EXPORT
FormEditor
:
public
QDesignerFormEditorInterface
19
{
20
Q_OBJECT
21
public
:
22
FormEditor
(
QObject
*
parent
=
nullptr
);
23
FormEditor
(
const
QStringList &pluginPaths,
24
QObject *parent =
nullptr
);
25
~
FormEditor
()
override
;
26
public
slots
:
27
void
slotQrcFileChangedExternally
(
const
QString
&
path
);
28
};
29
30
}
// namespace qdesigner_internal
31
32
QT_END_NAMESPACE
33
34
#
endif
// FORMEDITOR_H
qdesigner_internal::FormEditor
Definition
formeditor.h:19
qdesigner_internal::FormEditor::FormEditor
FormEditor(const QStringList &pluginPaths, QObject *parent=nullptr)
Definition
formeditor.cpp:52
qdesigner_internal::FormEditor::~FormEditor
~FormEditor() override
qdesigner_internal::FormWindowManager
Definition
formwindowmanager.h:34
qdesigner_internal::QDesignerLayoutDecorationFactory
Definition
default_layoutdecoration.h:18
QT_FORMEDITOR_EXPORT
#define QT_FORMEDITOR_EXPORT
Definition
formeditor_global.h:17
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qsequentialanimationgroup.cpp:47
qdesigner_internal
Auxiliary methods to store/retrieve settings.
Definition
buddyeditor.cpp:67
qttools
src
designer
src
components
formeditor
formeditor.h
Generated on
for Qt by
1.16.1