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_formwindowmanager.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
#
include
"qdesigner_formwindowmanager_p.h"
6
#
include
"plugindialog_p.h"
7
8
#
include
<
QtDesigner
/
abstractformeditor
.
h
>
9
10
QT_BEGIN_NAMESPACE
11
12
namespace
qdesigner_internal
{
13
14
/*!
15
\class qdesigner_internal::QDesignerFormWindowManager
16
\inmodule QtDesigner
17
\internal
18
19
Extends QDesignerFormWindowManagerInterface with methods to control
20
the preview and printing of forms. It provides a facade that simplifies
21
the complexity of the more general PreviewConfiguration & PreviewManager
22
interfaces.
23
24
\since 4.5
25
*/
26
27
28
QDesignerFormWindowManager
::
QDesignerFormWindowManager
(
QObject
*
parent
)
29
:
QDesignerFormWindowManagerInterface
(
parent
)
30
{
31
}
32
33
QDesignerFormWindowManager
::~
QDesignerFormWindowManager
() =
default
;
34
35
/*!
36
\fn PreviewManager *qdesigner_internal::QDesignerFormWindowManager::previewManager() const
37
38
Accesses the previewmanager implementation.
39
40
\since 4.5
41
\internal
42
*/
43
44
void
QDesignerFormWindowManager
::
showPluginDialog
()
45
{
46
PluginDialog
dlg
(
core
(),
core
()->
topLevel
());
47
dlg
.
exec
();
48
}
49
50
}
// namespace qdesigner_internal
51
52
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_formwindowmanager.cpp
Generated on
for Qt by
1.16.1