#include <packedlayout.h>
The PackedLayout class packs a group of widgets into rows.
The widgets are arranged according to the total width available.
- Author
- David Jarvie djarv.nosp@m.ie@k.nosp@m.de.or.nosp@m.g
Definition at line 33 of file packedlayout.h.
| PackedLayout::PackedLayout |
( |
QWidget * |
parent, |
|
|
Qt::Alignment |
alignment |
|
) |
| |
Constructor.
- Parameters
-
| parent | the parent widget |
| alignment | how to align the widgets horizontally within the layout |
Definition at line 24 of file packedlayout.cpp.
| PackedLayout::PackedLayout |
( |
Qt::Alignment |
alignment | ) |
|
|
explicit |
| PackedLayout::~PackedLayout |
( |
| ) |
|
| void PackedLayout::addItem |
( |
QLayoutItem * |
item | ) |
|
|
virtual |
| virtual int PackedLayout::count |
( |
| ) |
const |
|
inlinevirtual |
| virtual Qt::Orientations PackedLayout::expandingDirections |
( |
| ) |
const |
|
inlinevirtual |
| virtual bool PackedLayout::hasHeightForWidth |
( |
| ) |
const |
|
inlinevirtual |
| int PackedLayout::heightForWidth |
( |
int |
w | ) |
const |
|
virtual |
| virtual void PackedLayout::invalidate |
( |
| ) |
|
|
inlinevirtual |
| QLayoutItem * PackedLayout::itemAt |
( |
int |
index | ) |
const |
|
virtual |
| QSize PackedLayout::minimumSize |
( |
| ) |
const |
|
virtual |
| void PackedLayout::setGeometry |
( |
const QRect & |
r | ) |
|
|
virtual |
| virtual QSize PackedLayout::sizeHint |
( |
| ) |
const |
|
inlinevirtual |
| QLayoutItem * PackedLayout::takeAt |
( |
int |
index | ) |
|
|
virtual |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:59:21 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.