Frame

This topic provides you with information concerning the Frame container as well as information about its properties. An area is a container grouping controls having something in common. It can be visible or invisible.

This page discusses:

Layout Design

PropertiesDescription
Is EnabledDefines whether the widget is enabled or not.
Is Shown Sets whether the widget is visible or not.
Name Name of the dialog object. Also used to generate the C++ instance name of the widget.
AttachedToBottomSets whether the widget is attached to the bottom side of the grid.
AttachedToleftSets whether the widget is attached to the left side of the grid.
AttachedToRightSets whether the widget is attached to the right side of the grid.
AttachedToTopSets whether the widget is attached to the top of the grid.
ConstantHeightSets whether the widget has a constant height.
ConstantWidthSets whether the widget has a constant width.
Hide BorderSets whether the border area is visible or not.
HideTitleSets whether the title is visible or not.
TitleCorresponds to the title or to the text content of the widget.

Knowledge Items

ItemsDescription
VisibilityWidget display.
SensitivityActivation of the widget ( react to user interactions or not).