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
6
7#include <QtDesigner/abstractformeditor.h>
8
10
11namespace qdesigner_internal {
12
13/*!
14 \class qdesigner_internal::QDesignerFormWindowManager
15 \inmodule QtDesigner
16 \internal
17
18 Extends QDesignerFormWindowManagerInterface with methods to control
19 the preview and printing of forms. It provides a facade that simplifies
20 the complexity of the more general PreviewConfiguration & PreviewManager
21 interfaces.
22
23 \since 4.5
24 */
25
26
31
33
34/*!
35 \fn PreviewManager *qdesigner_internal::QDesignerFormWindowManager::previewManager() const
36
37 Accesses the previewmanager implementation.
38
39 \since 4.5
40 \internal
41 */
42
48
49} // namespace qdesigner_internal
50
51QT_END_NAMESPACE
Combined button and popup list for selecting options.
Auxiliary methods to store/retrieve settings.