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
5
7
8namespace qdesigner_internal {
9
14
18
20{
21 managed.clear();
23 objects.clear();
24}
25
26bool Selection::empty() const
27{
29}
30
32{
34 for (QObject *o : managed)
35 rc.push_back(o);
36 for (QObject *o : unmanaged)
37 rc.push_back(o);
38 return rc;
39}
40}
41
42QT_END_NAMESPACE
Combined button and popup list for selecting options.
Auxiliary methods to store/retrieve settings.