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_objectinspector.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
6
8
9namespace qdesigner_internal {
10
15
19
21{
22 managed.clear();
24 objects.clear();
25}
26
27bool Selection::empty() const
28{
30}
31
33{
35 for (QObject *o : managed)
36 rc.push_back(o);
37 for (QObject *o : unmanaged)
38 rc.push_back(o);
39 return rc;
40}
41}
42
43QT_END_NAMESPACE
Combined button and popup list for selecting options.
Auxiliary methods to store/retrieve settings.