![]() |
Home · All Classes · Main Classes · Annotated · Grouped Classes · Functions | ![]() |
The QWidgetItem class is a layout item that represents a widget. More...
#include <QWidgetItem>
Part of the QtGui module.
Inherits QLayoutItem.
The QWidgetItem class is a layout item that represents a widget.
This is used by custom layouts.
See also QLayout and QLayout::widget().
Creates an item containing widget w.
Returns true if the widget has been hidden; otherwise returns false.
Reimplemented from QLayoutItem.
Returns the maximum size of this item.
Reimplemented from QLayoutItem.
Returns the minimum size of this item.
Reimplemented from QLayoutItem.
Sets the geometry of this item's widget to be contained within rect r, taking alignment and maximum size into account.
Reimplemented from QLayoutItem.
Returns the preferred size of this item.
Reimplemented from QLayoutItem.
Returns the widget managed by this item.
Reimplemented from QLayoutItem.
Copyright © 2005 Trolltech | Trademarks | Qt 4.0.0-b2 |