ICF
3.0.5.47
Technical documentation of ICF Libraries
Main Page
Topics
Namespaces
Classes
Files
File List
File Members
iwidgets
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
14
class
QLayout;
15
16
20
namespace
iwidgets
21
{
22
23
27
void
ClearLayout
(QLayout* layout);
28
29
30
}
// namespace iwidgets
31
32
33
#endif
// !iwidgets_included
34
35
ibase.h
iwidgets
Namespace contains implementation of Qt widget extensions.
Definition
CCheckableComboBox.h:20
iwidgets::ClearLayout
void ClearLayout(QLayout *layout)
Remove all items (widgets and sub-layouts) from a given layout.
© Witold Gantzke and Kirill Lepskiy