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
qdesigner_formeditorcommand.cpp
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
6
#
include
"qdesigner_formeditorcommand_p.h"
7
#
include
<
QtDesigner
/
abstractformeditor
.
h
>
8
9
QT_BEGIN_NAMESPACE
10
11
namespace
qdesigner_internal
{
12
13
// ---- QDesignerFormEditorCommand ----
14
QDesignerFormEditorCommand
::
QDesignerFormEditorCommand
(
const
QString
&
description
,
QDesignerFormEditorInterface
*
core
)
15
:
QUndoCommand
(
description
),
16
m_core
(
core
)
17
{
18
}
19
20
QDesignerFormEditorInterface
*
QDesignerFormEditorCommand
::
core
()
const
21
{
22
return
m_core
;
23
}
24
25
}
// namespace qdesigner_internal
26
27
QT_END_NAMESPACE
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
lib
shared
qdesigner_formeditorcommand.cpp
Generated on
for Qt by
1.16.1