The QLayoutItem class that represents blank space. More...
#include <qabstractlayout.h>
Inherits QLayoutItem.
For custom layouts.
See also QLayout.
Constructs a spacer item with preferred width w, preferred height h, horizontal size policy hData and vertical size policy vData.
The default values gives a gap that is able to stretch, if nothing else wants the space.
Changes this spacer item to have preferred width w, preferred height h, horizontal size policy hData and vertical size policy vData.
The default values gives a gap that is able to stretch, if nothing else wants the space.
[virtual]
Returns whether this space item is expanding.
Reimplemented from QLayoutItem.
[virtual]
Reimplemented for internal reasons; the API is not affected.
Reimplemented from QLayoutItem.
[virtual]
Returns TRUE, since a space item never contains widgets.
Reimplemented from QLayoutItem.
[virtual]
Returns the maximum size of this space item.
Reimplemented from QLayoutItem.
[virtual]
Returns the minimum size of this space item.
Reimplemented from QLayoutItem.
[virtual]
This function stores r, so it can be returned by geometry().
Reimplemented from QLayoutItem.
[virtual]
Returns the preferred size of this space item.
Reimplemented from QLayoutItem.
[virtual]
Reimplemented for internal reasons; the API is not affected.
Reimplemented from QLayoutItem.
Search the documentation, FAQ, qt-interest archive and more (uses
www.trolltech.com):
This file is part of the Qt toolkit, copyright © 1995-2000 Trolltech, all rights reserved.
Copyright © 2000 Trolltech | Trademarks | Qt version 2.2.1
|