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
7
8#include <QtDesigner/abstractformeditor.h>
9
11
12namespace 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
32
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
49
50} // namespace qdesigner_internal
51
52QT_END_NAMESPACE
Combined button and popup list for selecting options.
Auxiliary methods to store/retrieve settings.