ICF 3.0.5.47
Technical documentation of ICF Libraries
iwidgets.h
Go to the documentation of this file.
1/********************************************************************************
2** This file is part of the ICF Framework. Copyright (C) Witold Gantzke & Kirill Lepskiy
3** ICF Framework may be used under the terms of the LGPL License v. 2.1 by the Free Software Foundation.
4********************************************************************************/
5
6#ifndef iwidgets_included
7#define iwidgets_included
8
9
10// ICF includes
11#include <ibase/ibase.h>
12
13
14class QLayout;
15
16
20namespace iwidgets
21{
22
23
27void ClearLayout(QLayout* layout);
28
29
30} // namespace iwidgets
31
32
33#endif // !iwidgets_included
34
35
Namespace contains implementation of Qt widget extensions.
void ClearLayout(QLayout *layout)
Remove all items (widgets and sub-layouts) from a given layout.

© Witold Gantzke and Kirill Lepskiy