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_formwindowcommand.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
8#include "layout_p.h"
9
10#include <QtDesigner/abstractformeditor.h>
11#include <QtDesigner/abstractformwindow.h>
12#include <QtDesigner/abstractobjectinspector.h>
13#include <QtDesigner/abstractactioneditor.h>
14#include <QtDesigner/abstractmetadatabase.h>
15#include <QtDesigner/propertysheet.h>
16#include <QtDesigner/abstractpropertyeditor.h>
17#include <QtDesigner/qextensionmanager.h>
18
19#include <QtCore/qvariant.h>
20#include <QtWidgets/qwidget.h>
21#include <QtWidgets/qlabel.h>
22
24
25using namespace Qt::StringLiterals;
26
27namespace qdesigner_internal {
28
29// ---- QDesignerFormWindowCommand ----
37
42
44{
46 return fw->core();
47
48 return nullptr;
49}
50
55
60
69
74
101
111
112} // namespace qdesigner_internal
113
114QT_END_NAMESPACE
Combined button and popup list for selecting options.
Auxiliary methods to store/retrieve settings.