ACF $AcfVersion:0$
iwidgets.h
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-2.1-or-later OR GPL-2.0-or-later OR GPL-3.0-or-later OR LicenseRef-ACF-Commercial
2#pragma once
3
4
5// ACF includes
6#include <iqt/iqt.h>
7
8
9class QLayout;
10
11
15namespace iwidgets
16{
17
18
22void ClearLayout(QLayout* layout);
23
24
25} // namespace iwidgets
26
27
28
29
Namespace contains implementation of Qt widget extensions.
void ClearLayout(QLayout *layout)
Remove all items (widgets and sub-layouts) from a given layout.