User Tools

Site Tools


DzVBoxLayout

Script wrapper for QVBoxLayout.

More...

Inherits :

Constructors

DAZ Script
DzVBoxLayout ( DzWidget parent )
DzVBoxLayout ( DzLayout parent )

Detailed Description

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

Constructors


DzVBoxLayout( DzWidget parent )

Creates a vertical box layout that manages child items.

Parameter(s):

  • parent - The widget to set as the parent.

DzVBoxLayout( DzLayout parent )

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

Parameter(s):

  • parent - The layout to set as the parent.