User Tools

Site Tools


DzHBoxLayout

Script wrapper for QHBoxLayout.

More...

Inherits :

Constructors

DAZ Script
DzHBoxLayout ( DzWidget parent )
DzHBoxLayout ( DzLayout parent )

Detailed Description

Provided as a convenience for creating a DzBoxLayout where the direction is automatically initially set to DzBoxLayout::LeftToRight.

Constructors


DzHBoxLayout( DzWidget parent )

Creates a horizontal box layout that manages child items.

Parameter(s):

  • parent - The widget to set as the parent.

DzHBoxLayout( DzLayout parent )

Creates a horizontal box layout as a sub-layout to another layout.

Parameter(s):

  • parent - The layout to set as the parent.