QBoxLayout

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

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

Destructor

~this
~this()
Undocumented in source.

Members

Enums

Direction
enum Direction
Undocumented in source.

Functions

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

Inherited Members

From QLayout

baseQLayoutItem
QLayoutItemFakeInheritance baseQLayoutItem;
Undocumented in source.
SizeConstraint
enum SizeConstraint
Undocumented in source.
~this
~this()
Undocumented in source.
margin
int margin()
Undocumented in source.
setMargin
void setMargin(int )
Undocumented in source.
spacing
int spacing()
Undocumented in source.
setSpacing
void setSpacing(int )
Undocumented in source.
setContentsMargins
void setContentsMargins(int left, int top, int right, int bottom)
Undocumented in source.
setContentsMargins
void setContentsMargins(const(QMargins) margins)
Undocumented in source.
getContentsMargins
void getContentsMargins(int* left, int* top, int* right, int* bottom)
Undocumented in source.
contentsMargins
QMargins contentsMargins()
Undocumented in source.
contentsRect
QRect contentsRect()
Undocumented in source.
setAlignment
bool setAlignment(QWidget w, qt.core.namespace.Alignment alignment)
Undocumented in source.
setAlignment
bool setAlignment(QLayout l, qt.core.namespace.Alignment alignment)
Undocumented in source.
setSizeConstraint
void setSizeConstraint(SizeConstraint )
Undocumented in source.
sizeConstraint
SizeConstraint sizeConstraint()
Undocumented in source.
setMenuBar
void setMenuBar(QWidget w)
Undocumented in source.
menuBar
QWidget menuBar()
Undocumented in source.
parentWidget
QWidget parentWidget()
Undocumented in source.
invalidate
void invalidate()
Undocumented in source.
geometry
QRect geometry()
Undocumented in source.
activate
bool activate()
Undocumented in source.
update
void update()
Undocumented in source.
addWidget
void addWidget(QWidget w)
Undocumented in source.
addItem
void addItem(QLayoutItem )
Undocumented in source.
removeWidget
void removeWidget(QWidget w)
Undocumented in source.
removeItem
void removeItem(QLayoutItem )
Undocumented in source.
expandingDirections
qt.core.namespace.Orientations expandingDirections()
Undocumented in source.
minimumSize
QSize minimumSize()
Undocumented in source.
maximumSize
QSize maximumSize()
Undocumented in source.
setGeometry
void setGeometry(const(QRect) )
Undocumented in source.
itemAt
QLayoutItem itemAt(int index)
Undocumented in source.
takeAt
QLayoutItem takeAt(int index)
Undocumented in source.
indexOf
int indexOf(QWidget )
Undocumented in source.
indexOf
int indexOf(QLayoutItem )
Undocumented in source.
count
int count()
Undocumented in source.
isEmpty
bool isEmpty()
Undocumented in source.
controlTypes
QSizePolicy.ControlTypes controlTypes()
Undocumented in source.
replaceWidget
QLayoutItem replaceWidget(QWidget from, QWidget to, qt.core.namespace.FindChildOptions options)
Undocumented in source.
totalHeightForWidth
int totalHeightForWidth(int w)
Undocumented in source.
totalMinimumSize
QSize totalMinimumSize()
Undocumented in source.
totalMaximumSize
QSize totalMaximumSize()
Undocumented in source.
totalSizeHint
QSize totalSizeHint()
Undocumented in source.
layout
QLayout layout()
Undocumented in source.
setEnabled
void setEnabled(bool )
Undocumented in source.
isEnabled
bool isEnabled()
Undocumented in source.
closestAcceptableSize
QSize closestAcceptableSize(const(QWidget) w, const(QSize) s)
Undocumented in source.
sizeHint
QSize sizeHint()
Undocumented in source. Be warned that the author may not have intended to support it.
hasHeightForWidth
bool hasHeightForWidth()
Undocumented in source. Be warned that the author may not have intended to support it.
heightForWidth
int heightForWidth(int w)
Undocumented in source. Be warned that the author may not have intended to support it.
minimumHeightForWidth
int minimumHeightForWidth(int w)
Undocumented in source. Be warned that the author may not have intended to support it.
widget
QWidget widget()
Undocumented in source. Be warned that the author may not have intended to support it.
spacerItem
QSpacerItem spacerItem()
Undocumented in source. Be warned that the author may not have intended to support it.
widgetEvent
void widgetEvent(QEvent )
Undocumented in source.
childEvent
void childEvent(QChildEvent e)
Undocumented in source.
addChildLayout
void addChildLayout(QLayout l)
Undocumented in source.
addChildWidget
void addChildWidget(QWidget w)
Undocumented in source.
adoptLayout
bool adoptLayout(QLayout layout)
Undocumented in source.
alignmentRect
QRect alignmentRect(const(QRect) )
Undocumented in source.

Meta