GroupBox

GroupBox
The GroupBox widget provides a group box frame with a title and can displays other widgets inside itself.
  • title : String; This property holds the group box's title text.

  • tooltip : String; This property holds the tool tip (balloon help) for the widget.

  • whatsThis : String; This property holds a simple description of the widget.

  • add( widget : QSWidget ); Adds a widget to this groupbox.

  • addSpace( space : Number ); Adds vertical space, measured in pixels, between the previous and the next widget that is added.

  • newColumn(); Creates a new column within this groupbox. All widgets that are added subsequently will be placed in the new column.

  • addSpace()