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
invisible_widget.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
#
include
"invisible_widget_p.h"
6
7
QT_BEGIN_NAMESPACE
8
9
namespace
qdesigner_internal
{
10
11
InvisibleWidget
::
InvisibleWidget
(
QWidget
*
parent
)
12
:
QWidget
()
13
{
14
setAttribute
(
Qt
::
WA_NoChildEventsForParent
);
15
setParent
(
parent
);
16
}
17
18
}
// namespace qdesigner_internal
19
20
QT_END_NAMESPACE
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qsequentialanimationgroup.cpp:47
qdesigner_internal
Auxiliary methods to store/retrieve settings.
Definition
buddyeditor.cpp:67
qttools
src
designer
src
lib
shared
invisible_widget.cpp
Generated on
for Qt by
1.16.1