QVBoxLayout

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
extern (C++)
class QVBoxLayout : QBoxLayout {}

Constructors

this
this()
Undocumented in source.
this
this(QWidget parent)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Inherited Members

From QBoxLayout

Direction
enum Direction
Undocumented in source.
~this
~this()
Undocumented in source.
direction
Direction direction()
Undocumented in source.
setDirection
void setDirection(Direction )
Undocumented in source.
addSpacing
void addSpacing(int size)
Undocumented in source.
addStretch
void addStretch(int stretch)
Undocumented in source.
addSpacerItem
void addSpacerItem(QSpacerItem spacerItem)
Undocumented in source.
addWidget
void addWidget(QWidget , int stretch, qt.core.namespace.Alignment alignment)
Undocumented in source.
addLayout
void addLayout(QLayout layout, int stretch)
Undocumented in source.
addStrut
void addStrut(int )
Undocumented in source.
addItem
void addItem(QLayoutItem )
Undocumented in source.
insertSpacing
void insertSpacing(int index, int size)
Undocumented in source.
insertStretch
void insertStretch(int index, int stretch)
Undocumented in source.
insertSpacerItem
void insertSpacerItem(int index, QSpacerItem spacerItem)
Undocumented in source.
insertWidget
void insertWidget(int index, QWidget widget, int stretch, qt.core.namespace.Alignment alignment)
Undocumented in source.
insertLayout
void insertLayout(int index, QLayout layout, int stretch)
Undocumented in source.
insertItem
void insertItem(int index, QLayoutItem )
Undocumented in source.
setStretchFactor
bool setStretchFactor(QWidget w, int stretch)
Undocumented in source.
setStretchFactor
bool setStretchFactor(QLayout l, int stretch)
Undocumented in source.
setStretch
void setStretch(int index, int stretch)
Undocumented in source.
stretch
int stretch(int index)
Undocumented in source.
sizeHint
QSize sizeHint()
Undocumented in source.
minimumSize
QSize minimumSize()
Undocumented in source.
maximumSize
QSize maximumSize()
Undocumented in source.
hasHeightForWidth
bool hasHeightForWidth()
Undocumented in source.
heightForWidth
int heightForWidth(int )
Undocumented in source.
minimumHeightForWidth
int minimumHeightForWidth(int )
Undocumented in source.
expandingDirections
qt.core.namespace.Orientations expandingDirections()
Undocumented in source.
invalidate
void invalidate()
Undocumented in source.
itemAt
QLayoutItem itemAt(int )
Undocumented in source.
takeAt
QLayoutItem takeAt(int )
Undocumented in source.
count
int count()
Undocumented in source.
setGeometry
void setGeometry(const(QRect) )
Undocumented in source.

Meta