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
4
7#include "layout_p.h"
8
9#include <QtDesigner/abstractformeditor.h>
10#include <QtDesigner/abstractformwindow.h>
11#include <QtDesigner/abstractobjectinspector.h>
12#include <QtDesigner/abstractactioneditor.h>
13#include <QtDesigner/abstractmetadatabase.h>
14#include <QtDesigner/propertysheet.h>
15#include <QtDesigner/abstractpropertyeditor.h>
16#include <QtDesigner/qextensionmanager.h>
17
18#include <QtCore/qvariant.h>
19#include <QtWidgets/qwidget.h>
20#include <QtWidgets/qlabel.h>
21
23
24using namespace Qt::StringLiterals;
25
26namespace qdesigner_internal {
27
28// ---- QDesignerFormWindowCommand ----
36
41
43{
45 return fw->core();
46
47 return nullptr;
48}
49
54
59
68
73
100
110
111} // namespace qdesigner_internal
112
113QT_END_NAMESPACE
Combined button and popup list for selecting options.
Auxiliary methods to store/retrieve settings.