# class BoxLayout



BoxLayout inherits from Layout


# MEMBERS

# member spacing

Type: Number

# FUNCTIONS

# function addLayout(layout, stretch)

Description:

Parameters:

  • layout: (QLayout) -
  • stretch: (Number) -

# function addSpacing(size)

Description:

Parameters:

  • size: (Number) -

# function addStretch(stretch)

Description:

Parameters:

  • stretch: (Number) -

# function stretch(index)

Description:

Parameters:

  • index: (Number) -

Return:

(Number) -

# function setStretch(index, stretch)

Description:

Parameters:

  • index: (Number) -
  • stretch: (Number) -
Last Updated: 12/20/2022, 8:12:45 AM